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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to