From 40369d1b016a1d87728a6b00659a4f8e7109d5f4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 Oct 2010 09:47:40 +0000 Subject: [PATCH] Fixed a spelling error. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2330 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 18f57a041..9515ae60b 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -3581,7 +3581,7 @@ out_error: * Notifies SCST that the driver sent the response and the command * can be freed now. Don't forget to set the delivery status, if it * isn't success, using scst_set_delivery_status() before calling - * this function. The third argument sets preferred command execition + * this function. The third argument sets preferred command execution * context (see SCST_CONTEXT_* constants for details) */ void scst_tgt_cmd_done(struct scst_cmd *cmd,