git: c03e35accc46 - main - firewire(4): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 10:54:30 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c03e35accc46a397d4a166545ae57bfc668c7e7f
commit c03e35accc46a397d4a166545ae57bfc668c7e7f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:54:15 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-25 10:54:15 +0000
firewire(4): Fix a typo in an error message
- s/faild/failed/
MFC after: 5 days
---
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 d10c894855b9..a58a4d4d76da 100644
--- a/sys/dev/firewire/sbp_targ.c
+++ b/sys/dev/firewire/sbp_targ.c
@@ -1663,7 +1663,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;