aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo
diff options
context:
space:
mode:
authorWeongyo Jeong <weongyo@FreeBSD.org>2009-03-30 11:23:14 +0000
committerWeongyo Jeong <weongyo@FreeBSD.org>2009-03-30 11:23:14 +0000
commitda689ab8ca98bdaa8430e34de868c6ce6ffc85b7 (patch)
tree450dd02d8624a6a5bc41a2e1d6dc7f7823088bc6 /sys/dev/malo
parentdf1af10875fcd289335b402ca6300a5eb8e63b0b (diff)
downloadsrc-da689ab8ca98bdaa8430e34de868c6ce6ffc85b7.tar.gz
src-da689ab8ca98bdaa8430e34de868c6ce6ffc85b7.zip
corrects a error message.
Notes
Notes: svn path=/head/; revision=190550
Diffstat (limited to 'sys/dev/malo')
-rw-r--r--sys/dev/malo/if_malohal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c
index 7919f7c0d406..d244b9860817 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;
}