git: ae3b32779b38 - stable/12 - ocs_fc(4): Fix a typo in an error message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 30 Oct 2022 03:42:06 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=ae3b32779b3815be6eb5683af9d674633fe319ee

commit ae3b32779b3815be6eb5683af9d674633fe319ee
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:52:24 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-30 03:41:56 +0000

    ocs_fc(4): Fix a typo in an error message
    
    - s/faild/failed/
    
    (cherry picked from commit dabebd0ba251db53ab38db20a5bcfac65cc05f31)
---
 sys/dev/ocs_fc/sli4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ocs_fc/sli4.c b/sys/dev/ocs_fc/sli4.c
index 7ca77fbfd35f..d890b75a9b9b 100644
--- a/sys/dev/ocs_fc/sli4.c
+++ b/sys/dev/ocs_fc/sli4.c
@@ -8700,7 +8700,7 @@ sli_fc_rq_set_alloc(sli4_t *sli4, uint32_t num_rq_pairs,
 	}
 
 	if (sli_bmbx_command(sli4)){
-		ocs_log_crit(sli4->os, "bootstrap mailbox write faild RQSet\n");
+		ocs_log_crit(sli4->os, "bootstrap mailbox write failed RQSet\n");
 		goto error;
 	}