"conatainer"

Toomas Aas toomas.aas at raad.tartu.ee
Fri Nov 23 04:33:51 PST 2007


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


More information about the freebsd-stable mailing list