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
This commit is contained in:
Bart Van Assche
2010-10-02 13:09:56 +00:00
parent 91f966ec33
commit 552c48d64b

View File

@@ -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;
}