mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix wording.
This commit is contained in:
parent
17821895ee
commit
c57d646f99
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue