mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
scst: Spelling fix - change handler into handler
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6605 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1881,7 +1881,7 @@ backend storage, which supposed to be nearly instantaneous.
|
||||
|
||||
To use this feature, a dev handler should setup ext_copy_remap()
|
||||
callback in its struct scst_dev_type. This callback is called by SCST
|
||||
during EXTENDED COPY command processing to let the dev hander try to
|
||||
during EXTENDED COPY command processing to let the dev handler try to
|
||||
remap affected blocks at first.
|
||||
|
||||
Upon finish, the dev handler should call scst_ext_copy_remap_done(). In
|
||||
|
||||
@@ -1729,7 +1729,7 @@ backend storage, which supposed to be nearly instantaneous.
|
||||
|
||||
To use this feature, a dev handler should setup ext_copy_remap()
|
||||
callback in its struct scst_dev_type. This callback is called by SCST
|
||||
during EXTENDED COPY command processing to let the dev hander try to
|
||||
during EXTENDED COPY command processing to let the dev handler try to
|
||||
remap affected blocks at first.
|
||||
|
||||
Upon finish, the dev handler should call scst_ext_copy_remap_done(). In
|
||||
|
||||
@@ -1428,7 +1428,7 @@ struct scst_dev_type {
|
||||
void (*on_free_cmd)(struct scst_cmd *cmd);
|
||||
|
||||
/*
|
||||
* Called during EXTENDED COPY command processing to let dev hander
|
||||
* Called during EXTENDED COPY command processing to let dev handler
|
||||
* try to remap blocks at first. Upon finish, the dev handler supposed
|
||||
* to call scst_ext_copy_remap_done(). See description of this
|
||||
* function for more details.
|
||||
|
||||
Reference in New Issue
Block a user