Date: Sun, 25 Nov 2007 10:58:44 +0000 (GMT) From: Robert Watson <rwatson@FreeBSD.org> To: Toomas Aas <toomas.aas@raad.tartu.ee> Cc: freebsd-stable@freebsd.org Subject: Re: "conatainer" Message-ID: <20071125105818.I63238@fledge.watson.org> In-Reply-To: <4746C893.1090305@raad.tartu.ee> References: <4746C893.1090305@raad.tartu.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 23 Nov 2007, Toomas Aas wrote: > With RELENG_7 source cvsupped 3 days ago, I noticed several occurrences of > word "conatainer" in sys/dev/aac/aac_debug.c > > case AifJobCtrZero: /* Container clear operation */ > device_printf(sc->aac_dev, > "(ConatainerZero) container %d\n", > aif->data.PR[0].jd.client.container.src); > break; > case AifJobCtrCopy: /* Container copy operation */ > device_printf(sc->aac_dev, > "(ConatainerCopy) container %d to %d\n", > aif->data.PR[0].jd.client.container.src, > aif->data.PR[0].jd.client.container.dst); > > > ...and so on. A lot of aac debug messages talk about "Conatainer" something > or other. Shouldn't it be "Container"? English is not my native language, so > I didn't want to file a PR in case there actually is a word "conatainer" in > English language. I've committed a fix to HEAD and will MFC in a couple of days. Thanks, Robert N M Watson Computer Laboratory University of Cambridge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071125105818.I63238>