From c57d646f997f14422b172500ea2fc94275a174ac Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 17:11:32 +0000 Subject: [PATCH] fix wording. --- sys/dev/firewire/fwdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 66286a2fd46..ae8a7009450 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -728,7 +728,7 @@ fw_ioctl (dev_t dev, u_long cmd, caddr_t data, int flag, fw_proc *td) case FWASREQEUI: fwdev = fw_noderesolve(sc->fc, asyreq->req.dst.eui); if (fwdev == NULL) { - printf("%s:cannot found node\n", + printf("%s:cannot find node\n", device_get_nameunit(sc->fc->dev)); err = EINVAL; goto error;