Date: Sun, 30 Oct 2022 03:41:33 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c89b2fb09aca - stable/13 - firewire(4): Fix a typo in an error message Message-ID: <202210300341.29U3fXQb020399@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c89b2fb09acadef070399085f86b9360891bbbf4 commit c89b2fb09acadef070399085f86b9360891bbbf4 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:04 +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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210300341.29U3fXQb020399>