diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-04-26 17:08:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-04-26 17:08:37 +0000 |
commit | 5c03c251dc6abef58e805cee054bb486f10f0843 (patch) | |
tree | ee0060894bfda2f3a2b3844bfe387a03e0baef69 /sys/arch/sparc | |
parent | 751f1207fc4315779434d03c633db0f5a685a704 (diff) |
Fix spelling in comment and some whitespace.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/autoconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index 55fdfee836f..6b32f0706a9 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.51 2002/04/11 05:40:51 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.52 2002/04/26 17:08:36 art Exp $ */ /* $NetBSD: autoconf.c,v 1.73 1997/07/29 09:41:53 fair Exp $ */ /* @@ -389,7 +389,7 @@ bootpath_build() * that were given after the boot command. On SS2s, pv_v0bootargs * is NULL but *promvec->pv_v2bootargs.v2_bootargs points to * "vmunix -s" or whatever. - * XXX DO THIS BEFORE pmap_boostrap? + * XXX DO THIS BEFORE pmap_bootstrap? */ bzero(bootpath, sizeof(bootpath)); bp = bootpath; @@ -892,7 +892,6 @@ cpu_configure() swapconf(); cold = 0; - /* * Re-zero proc0's user area, to nullify the effect of the * stack running into it during auto-configuration. |