aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwdev.c
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2002-11-12 17:11:32 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2002-11-12 17:11:32 +0000
commitc57d646f997f14422b172500ea2fc94275a174ac (patch)
tree5e040e14f33eb0276bf99675807c7c3acbbf6401 /sys/dev/firewire/fwdev.c
parent17821895ee383dbae778270200482dfae619d5e0 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire/fwdev.c')
-rw-r--r--sys/dev/firewire/fwdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c
index 66286a2fd461e..ae8a7009450fb 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;