From 2c663262b10454500f76300ef3ceeb45c0edca71 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 21 Jul 2010 10:49:58 +0000 Subject: [PATCH] Fixed a single-letter typo in a source code comment. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1847 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 c9cf688fc..a0626c4b0 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1292,7 +1292,7 @@ static void scst_process_redirect_cmd(struct scst_cmd *cmd, * scst_rx_data() - the command's data received * @cmd: SCST commands * @status: data receiving completion status - * @pref_context: preferred command execition context + * @pref_context: preferred command execution context * * Description: * Notifies SCST that the driver received all the necessary data