brcompat: Fix typo in user message.
authorBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 18:25:38 +0000 (10:25 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 18:25:38 +0000 (10:25 -0800)
datapath/brcompat.c

index 10dadd0e13b5fc04d989e3e994d5e17845efb315..adb761e115d20864cb319af7c639736127c22073 100644 (file)
@@ -184,7 +184,7 @@ __init brc_init(void)
 {
        int err;
 
-       printk("OpenFlow Bridge Compatiblity, built "__DATE__" "__TIME__"\n");
+       printk("OpenFlow Bridge Compatibility, built "__DATE__" "__TIME__"\n");
 
        /* Set the bridge ioctl handler */
        brioctl_set(brc_ioctl_deviceless_stub);