diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index d10c894855b..a58a4d4d76d 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;