aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/txp/if_txp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index 525321b943824..0a35070d069e1 100644
--- a/sys/dev/txp/if_txp.c
+++ b/sys/dev/txp/if_txp.c
@@ -317,7 +317,7 @@ txp_attach(dev)
ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
if (ifp == NULL) {
- device_printf(dev, "couldn't set up irq\n");
+ device_printf(dev, "can not if_alloc()\n");
error = ENOSPC;
goto fail;
}