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