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. -- Toomas Aas
On Fri, Nov 23, 2007 at 02:33:23PM +0200, 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 > > ... 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.You're correct -- it should be container; someone was typing fast. :-) Another fun one to grep for is " teh" or "teh ". -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
On Fri, Nov 23, 2007 at 04:50:24AM -0800, Jeremy Chadwick wrote:> Another fun one to grep for is " teh" or "teh ".grep -w teh :)
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