immidiatelly -> immediately
authormiod <miod@openbsd.org>
Thu, 17 Jul 2014 12:37:46 +0000 (12:37 +0000)
committermiod <miod@openbsd.org>
Thu, 17 Jul 2014 12:37:46 +0000 (12:37 +0000)
sys/arch/hppa/stand/libsa/itecons.c
sys/arch/hppa64/stand/libsa/itecons.c

index 408355b..ffcd37c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: itecons.c,v 1.11 2014/07/12 23:34:54 jasper Exp $     */
+/*     $OpenBSD: itecons.c,v 1.12 2014/07/17 12:37:46 miod Exp $       */
 
 /*
  * Copyright (c) 1998-2004 Michael Shalayeff
@@ -186,7 +186,7 @@ ite_getc(dev)
                        printf("KBD input error: %d", err);
 #endif
 
-               /* if we are doing ischar() report immidiatelly */
+               /* if we are doing ischar() report immediately */
                if (!i-- && (dev & 0x80) && l == 0) {
 #ifdef DEBUG
                        if (debug > 2)
index 58c6411..6648261 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: itecons.c,v 1.3 2014/07/12 23:34:54 jasper Exp $      */
+/*     $OpenBSD: itecons.c,v 1.4 2014/07/17 12:37:46 miod Exp $        */
 
 /*
  * Copyright (c) 2005 Michael Shalayeff
@@ -177,7 +177,7 @@ ite_getc(dev)
                        printf("KBD input error: %d", err);
 #endif
 
-               /* if we are doing ischar() report immidiatelly */
+               /* if we are doing ischar() report immediately */
                if (!i-- && (dev & 0x80) && l == 0) {
 #ifdef DEBUG
                        if (debug > 2)