From 35a3a034289dea7e958ae21dc2b9df559d81bf98 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Nov 2015 18:18:01 +0000 Subject: [PATCH] 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 --- scst/README | 2 +- scst/README_in-tree | 2 +- scst/include/scst.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/README b/scst/README index e7991d892..1177aba07 100644 --- a/scst/README +++ b/scst/README @@ -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 diff --git a/scst/README_in-tree b/scst/README_in-tree index 4a1e010a1..8f8205f61 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -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 diff --git a/scst/include/scst.h b/scst/include/scst.h index aeaef440f..24e533f8d 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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.