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.