From 3284a51761cee9ed9c95a4bc0d223373cf0b5c0d Mon Sep 17 00:00:00 2001 From: miod Date: Thu, 17 Jul 2014 12:37:46 +0000 Subject: [PATCH] immidiatelly -> immediately --- sys/arch/hppa/stand/libsa/itecons.c | 4 ++-- sys/arch/hppa64/stand/libsa/itecons.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/hppa/stand/libsa/itecons.c b/sys/arch/hppa/stand/libsa/itecons.c index 408355b0fac..ffcd37cfc8f 100644 --- a/sys/arch/hppa/stand/libsa/itecons.c +++ b/sys/arch/hppa/stand/libsa/itecons.c @@ -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) diff --git a/sys/arch/hppa64/stand/libsa/itecons.c b/sys/arch/hppa64/stand/libsa/itecons.c index 58c641197ab..66482614171 100644 --- a/sys/arch/hppa64/stand/libsa/itecons.c +++ b/sys/arch/hppa64/stand/libsa/itecons.c @@ -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) -- 2.20.1