iscsi: fix typo in error message

Change-Id: I9c3623ff2140766996fb57da75d399dff2f45c0a
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-03-10 15:48:03 -07:00
parent 83e556534b
commit 926052d7c7

View File

@ -3755,7 +3755,7 @@ spdk_iscsi_handle_status_snack(struct spdk_iscsi_conn *conn,
if (!found_pdu) {
SPDK_ERRLOG("Unable to find StatSN: 0x%08x. For a Status"
"SNACK, assuming this is a protactic SNACK "
"SNACK, assuming this is a proactive SNACK "
"for an untransmitted StatSN, ignoring.\n",
beg_run);
} else {