From da689ab8ca98bdaa8430e34de868c6ce6ffc85b7 Mon Sep 17 00:00:00 2001 From: Weongyo Jeong Date: Mon, 30 Mar 2009 11:23:14 +0000 Subject: [PATCH] corrects a error message. --- sys/dev/malo/if_malohal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }