From b05e8b60a721ae4c6abd41f11f5dee9be372a3e0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Feb 2015 15:55:16 +0000 Subject: [PATCH] scst_targ: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6025 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 8980b9b5e..d6a8fb6d0 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -2853,7 +2853,7 @@ EXPORT_SYMBOL_GPL(__scst_check_local_events); * * !! At this point cmd can be processed in parallel by some other thread! * !! As consecuence, no pointer in cmd, except cur_order_data and - * !! sn_slot, can be touched here! The same is for aasignments to cmd's + * !! sn_slot, can be touched here! The same is for assignments to cmd's * !! fields. As protection cmd declared as const. * * Overall, cmd is passed here only for extra correctness checking.