Fix common misspellings
[linux-block.git] / drivers / staging / octeon / ethernet-util.h
index 23467563fe572509b2d3c67fb16129469b6c8802..c745a72a05940e9c4d3d6c4e90af03e0df20ffcc 100644 (file)
@@ -55,7 +55,7 @@ static inline int INTERFACE(int ipd_port)
                return 2;
        else if (ipd_port < 40) /* Interface 3 for loopback */
                return 3;
-       else if (ipd_port == 40)        /* Non existant interface for POW0 */
+       else if (ipd_port == 40)        /* Non existent interface for POW0 */
                return 4;
        else
                panic("Illegal ipd_port %d passed to INTERFACE\n", ipd_port);