]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/misc/c2port/c2port-duramar2150.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mv-sheeva.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);