diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-17 12:37:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-17 12:37:47 +0000 |
commit | 3034bd239cf33f9499ec49419e92432aebcf1665 (patch) | |
tree | 1c4429aab6006f7121fc0968696fd80acca96c97 /sys/arch/hppa64 | |
parent | fdbd2020b1e559584cfc3462b7d979ec5cbc2c19 (diff) |
immidiatelly -> immediately
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/stand/libsa/itecons.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |