From a1ffc737c0a65ad260ac14b2a8c4f5e171c7d352 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 12:33:06 +0000 Subject: [PATCH] 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 --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 4afd333f0..aebdbe3b5 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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. *