diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 16bc0209717..f83b4b2e3ad 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.33 2003/07/31 17:23:24 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.34 2003/12/12 12:33:45 jmc Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -225,7 +225,7 @@ bootstrap(nctx) /* * Initialize ddb first and register OBP callbacks. * We can do this because ddb_init() does not allocate anything, - * just initialze some pointers to important things + * just initializes some pointers to important things * like the symtab. * * By doing this first and installing the OBP callbacks |