Browse Source

scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"

Trivial fix to spelling mistake in text string.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Colin Ian King 7 years ago
parent
commit
b9315530bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/message/fusion/mptbase.c

+ 1 - 1
drivers/message/fusion/mptbase.c

@@ -7635,7 +7635,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
 
 
 		snprintf(evStr, EVENT_DESCR_STR_SZ,
 		snprintf(evStr, EVENT_DESCR_STR_SZ,
 		    "SAS Initiator Device Table Overflow: max initiators=%02d "
 		    "SAS Initiator Device Table Overflow: max initiators=%02d "
-		    "current initators=%02d",
+		    "current initiators=%02d",
 		    max_init, current_init);
 		    max_init, current_init);
 		break;
 		break;
 	}
 	}