git: 649524301dc0 - stable/12 - firewire(4): Fix a typo in an error message

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

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

commit 649524301dc0811288c5ac949249385aae4b73f8
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:54:15 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-30 03:41:46 +0000

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

diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c
index f1b302528213..ef94978cbdbe 100644
--- a/sys/dev/firewire/sbp_targ.c
+++ b/sys/dev/firewire/sbp_targ.c
@@ -1667,7 +1667,7 @@ sbp_targ_mgm_handler(struct fw_xfer *xfer)
 		} else {
 			orbi->status.dead = 1;
 			orbi->status.status = STATUS_ACCESS_DENY;
-			printf("%s: reconnection faild id=%d\n",
+			printf("%s: reconnection failed id=%d\n",
 			    __func__, orb4->id);
 		}
 		break;