Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / misc / c2port / c2port-duramar2150.c
index 338dcc1..778fc3f 100644 (file)
@@ -41,7 +41,7 @@ static void duramar2150_c2port_access(struct c2port_device *dev, int status)
                outb(v | (C2D | C2CK), DIR_PORT);
        else
                /* When access is "off" is important that both lines are set
-                * as inputs or hi-impedence */
+                * as inputs or hi-impedance */
                outb(v & ~(C2D | C2CK), DIR_PORT);
 
        mutex_unlock(&update_lock);