diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-02 02:56:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-02 02:56:27 +0000 |
commit | bbb6854469f489398acd57f352b9bedc2ea4c04c (patch) | |
tree | f58c0a229d11b93d76df023d8080d97df98239bc /sys | |
parent | 6a15dc07835b2969bf27887fec776606fe11aba6 (diff) |
I've been guaranteed that guaranteed is better than guarenteed.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/dev/hil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index 782ef2cee5c..167aa7ccd2a 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.16 2002/12/09 00:45:37 millert Exp $ */ +/* $OpenBSD: hil.c,v 1.17 2003/02/02 02:56:26 miod Exp $ */ /* $NetBSD: hil.c,v 1.34 1997/04/02 22:37:32 scottr Exp $ */ /* @@ -254,7 +254,7 @@ hilopen(dev, flags, mode, p) if (flags & FNONBLOCK) dptr->hd_flags |= HIL_NOBLOCK; /* - * It is safe to flush the read buffer as we are guarenteed + * It is safe to flush the read buffer as we are guaranteed * that no one else is using it. */ if ((dptr->hd_flags & HIL_OPENED) == 0) { @@ -1260,7 +1260,7 @@ kbdcninit() /* End of HIL console keyboard code. */ /* - * Recoginize and clear keyboard generated NMIs. + * Recognize and clear keyboard generated NMIs. * Returns 1 if it was ours, 0 otherwise. Note that we cannot use * send_hil_cmd() to issue the clear NMI command as that would actually * lower the priority to splimp() and it doesn't wait for the completion |