diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 11:51:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 11:51:03 +0000 |
commit | a34a290f81eff48c8de9a7ecb17253d74b5a87b9 (patch) | |
tree | 2ab333f71c44961502cbe733abdf8510cfaf21e1 | |
parent | c9ad5f3985625959fd787f3aa5f15d7fe1c2f55a (diff) |
grammar
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index b48e5bd4517..110e289b549 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.6 1997/08/05 12:58:20 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.7 1997/08/07 11:51:02 niklas Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -54,7 +54,7 @@ machdep() #ifdef DEBUG *(u_int16_t*)0xb8148 = 0x4732; #endif - cons_probe(); /* call console init before any io */ + cons_probe(); /* call console init before doing any io */ #ifdef DEBUG *(u_int16_t*)0xb8148 = 0x4733; #endif |