Fix common misspellings
[deliverable/linux.git] / drivers / misc / c2port / c2port-duramar2150.c
index 338dcc1215079774946affff8e78bef8ee65a2e9..778fc3fdfb9b98f9cee22b1f38748474658654f9 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);
This page took 0.041156 seconds and 5 git commands to generate.