Source code comment spelling fix: hander -> handler

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5948 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-12-22 12:33:06 +00:00
parent 8446d801b6
commit a1ffc737c0
+1 -1
View File
@@ -1412,7 +1412,7 @@ struct scst_dev_type {
int (*dev_done)(struct scst_cmd *cmd);
/*
* Called to notify dev hander that the command is about to be freed.
* Called to notify dev handler that the command is about to be freed.
*
* Could be called on IRQ context.
*