From 8fbfa14da69b77fd5ff934d3dd8d8005406ee335 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 10 Feb 2015 08:10:08 +0000 Subject: [PATCH] scst_targ: Source code comment spellig fix (merge r6025 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@6031 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.