Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2007 14:33:23 +0200
From:      Toomas Aas <toomas.aas@raad.tartu.ee>
To:        freebsd-stable@freebsd.org
Subject:   "conatainer"
Message-ID:  <4746C893.1090305@raad.tartu.ee>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4746C893.1090305>