[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
src/sys/arch/i386/stand/libsa/memprobe.c comment typo
- To: bugs@openbsd.org
- Subject: src/sys/arch/i386/stand/libsa/memprobe.c comment typo
- From: Jared Yanovich <jjy2+@pitt.edu>
- Date: Fri, 09 Jan 2004 13:02:05 -0500
Index: i386/stand/libsa/memprobe.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/stand/libsa/memprobe.c,v
retrieving revision 1.40
diff -u -r1.40 memprobe.c
--- i386/stand/libsa/memprobe.c 2003/11/03 06:35:34 1.40
+++ i386/stand/libsa/memprobe.c 2004/01/09 18:03:12
@@ -62,7 +62,7 @@
/* BIOS int 15, AX=E820
*
- * This is the "prefered" method.
+ * This is the "preferred" method.
*/
static __inline bios_memmap_t *
bios_E820(bios_memmap_t *mp)