diff options
author | weongyo <weongyo@FreeBSD.org> | 2009-03-30 11:23:14 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2009-03-30 11:23:14 +0000 |
commit | 5c0371b22a42ef7b48386f5c77a6bb3923f0a732 (patch) | |
tree | 450dd02d8624a6a5bc41a2e1d6dc7f7823088bc6 /sys/dev/malo/if_malohal.c | |
parent | bed5f96a731e794afd70ac730513c73c58f95574 (diff) | |
download | FreeBSD-src-5c0371b22a42ef7b48386f5c77a6bb3923f0a732.zip FreeBSD-src-5c0371b22a42ef7b48386f5c77a6bb3923f0a732.tar.gz |
corrects a error message.
Diffstat (limited to 'sys/dev/malo/if_malohal.c')
-rw-r--r-- | sys/dev/malo/if_malohal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 7919f7c..d244b98 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; } |