diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:35:35 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:35:35 +0000 |
commit | 549069b56b465a75aeac833e61f3272e2cea0e10 (patch) | |
tree | 1d84dde28c58568b67af965543cc6a09e0685162 /sys/arch/i386/stand/libsa/memprobe.c | |
parent | 9a71777d914a695d0ec3a9c624ae2e3bdb5bb5bc (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/i386/stand/libsa/memprobe.c')
-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 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. |