On Mon, Mar 30, 2009 at 11:23:14AM +0000, Weongyo Jeong wrote: > Author: weongyo > Date: Mon Mar 30 11:23:14 2009 > New Revision: 190550 > URL: http://svn.freebsd.org/changeset/base/190550 > > Log: > corrects a error message. > > Modified: > head/sys/dev/malo/if_malohal.c > > Modified: head/sys/dev/malo/if_malohal.c > ============================================================================== > --- head/sys/dev/malo/if_malohal.c Mon Mar 30 10:54:07 2009 > (r190549) > +++ head/sys/dev/malo/if_malohal.c Mon Mar 30 11:23:14 2009 > (r190550) > @@ -128,7 +128,7 @@ malo_hal_attach(device_t dev, uint16_t d > 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; > }
MFC after: 3 days regards, Weongyo Jeong _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"