Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9315530 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

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



Trivial fix to spelling mistake in text string.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent f70c1251
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7635,7 +7635,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)

		snprintf(evStr, EVENT_DESCR_STR_SZ,
		    "SAS Initiator Device Table Overflow: max initiators=%02d "
		    "current initators=%02d",
		    "current initiators=%02d",
		    max_init, current_init);
		break;
	}