From 552c48d64b5da80eff3b6c418581e28fcc077d03 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 Oct 2010 13:09:56 +0000 Subject: [PATCH] Fixed a spelling error in a source code comment. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2333 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 64455c117..d77043d5b 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1912,7 +1912,7 @@ static int scst_get_cmd_abnormal_done_state(const struct scst_cmd *cmd) PRINT_CRIT_ERROR("Wrong cmd state %d (cmd %p, op %x)", cmd->state, cmd, cmd->cdb[0]); sBUG(); - /* Invalid state to supress compiler's warning */ + /* Invalid state to suppress a compiler warning */ res = SCST_CMD_STATE_LAST_ACTIVE; }