diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-09 21:15:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-09 21:15:01 +0000 |
commit | bb294f1b7c108b00833d30994739c5c5d85b49cf (patch) | |
tree | c55bc3645e6c61d3f142a4bc2f89040ef5e2f84f | |
parent | 8a2cfb65fecbc10d4ad70270ccb91c01730c3eaa (diff) |
spelling; jjy2+@pitt.edu
-rw-r--r-- | sys/arch/i386/stand/libsa/memprobe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/memprobe.c b/sys/arch/i386/stand/libsa/memprobe.c index 19527dd6ee6..274d317c4ab 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.40 2003/11/03 06:35:34 david Exp $ */ +/* $OpenBSD: memprobe.c,v 1.41 2004/01/09 21:15:00 deraadt Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -62,7 +62,7 @@ checkA20(void) /* 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) |