Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Spelling.



details:   https://anonhg.NetBSD.org/src/rev/836e43e014c0
branches:  trunk
changeset: 475746:836e43e014c0
user:      ross <ross%NetBSD.org@localhost>
date:      Wed Aug 25 00:59:08 1999 +0000

description:
Spelling.

diffstat:

 sys/dev/pckbc/pckbd.c |  4 ++--
 sys/lkm/README        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a65c3071af41 -r 836e43e014c0 sys/dev/pckbc/pckbd.c
--- a/sys/dev/pckbc/pckbd.c     Wed Aug 25 00:44:36 1999 +0000
+++ b/sys/dev/pckbc/pckbd.c     Wed Aug 25 00:59:08 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbd.c,v 1.19 1999/06/04 15:03:43 drochner Exp $ */
+/* $NetBSD: pckbd.c,v 1.20 1999/08/25 00:59:50 ross Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -261,7 +261,7 @@
        /*
         * XXX There are rumours that a keyboard can be connected
         * to the aux port as well. For me, this didn't work.
-        * For further experiments, allow it if explicitely
+        * For further experiments, allow it if explicitly
         * wired in the config file.
         */
        if ((pa->pa_slot != PCKBC_KBD_SLOT) &&
diff -r a65c3071af41 -r 836e43e014c0 sys/lkm/README
--- a/sys/lkm/README    Wed Aug 25 00:44:36 1999 +0000
+++ b/sys/lkm/README    Wed Aug 25 00:59:08 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.1 1996/08/22 20:18:10 explorer Exp $
+$NetBSD: README,v 1.2 1999/08/25 00:59:08 ross Exp $
 
 Based on some examples in /usr/share/lkm, I have started adding
 loadable modules for some portions of NetBSD I don't think should
@@ -35,7 +35,7 @@
 -----
 
 Currently there is no symbol table management so the in-kernel debugger will
-loose.
+lose.
 
 The LKM interface will (hopefully) be changing into something more usable.
 If you use these files as a reference, you might have to change your



Home | Main Index | Thread Index | Old Index