diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 7919f7c0d40..d244b986081 100644 --- a/sys/dev/malo/if_malohal.c +++ b/sys/dev/malo/if_malohal.c @@ -128,7 +128,7 @@ malo_hal_attach(device_t dev, uint16_t devid, NULL, /* lockarg */ &mh->mh_dmat); if (error != 0) { - device_printf(dev, "unable to allocate memory for cmd buffer, " + device_printf(dev, "unable to allocate memory for cmd tag, " "error %u\n", error); goto fail; }