summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-11-03 06:35:35 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-11-03 06:35:35 +0000
commit549069b56b465a75aeac833e61f3272e2cea0e10 (patch)
tree1d84dde28c58568b67af965543cc6a09e0685162
parent9a71777d914a695d0ec3a9c624ae2e3bdb5bb5bc (diff)
spelling fixes (in the comments)
-rw-r--r--sys/arch/i386/i386/bios.c4
-rw-r--r--sys/arch/i386/stand/libsa/memprobe.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/bios.c b/sys/arch/i386/i386/bios.c
index 8199316891c..d2166ab4406 100644
--- a/sys/arch/i386/i386/bios.c
+++ b/sys/arch/i386/i386/bios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bios.c,v 1.52 2003/07/11 17:51:11 deraadt Exp $ */
+/* $OpenBSD: bios.c,v 1.53 2003/11/03 06:35:34 david Exp $ */
/*
* Copyright (c) 1997-2001 Michael Shalayeff
@@ -286,7 +286,7 @@ bios_getopt()
#endif
/*
* older /boots passed memmap in Kbytes,
- * which is very inconvinient from the
+ * which is very inconvenient from the
* point of view of memory management
*/
for (p = bios_memmap;
diff --git a/sys/arch/i386/stand/libsa/memprobe.c b/sys/arch/i386/stand/libsa/memprobe.c
index 6aca0b85b6a..19527dd6ee6 100644
--- a/sys/arch/i386/stand/libsa/memprobe.c
+++ b/sys/arch/i386/stand/libsa/memprobe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: memprobe.c,v 1.39 2003/08/11 06:23:09 deraadt Exp $ */
+/* $OpenBSD: memprobe.c,v 1.40 2003/11/03 06:35:34 david Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -258,7 +258,7 @@ addrprobe(u_int kloc)
/* Probe for all extended memory.
*
* This is only used as a last resort. If we resort to this
- * routine, we are getting pretty desparate. Hopefully nobody
+ * routine, we are getting pretty desperate. Hopefully nobody
* has to rely on this after all the work above.
*
* XXX - Does not detect aliased memory.