diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-12 12:33:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-12 12:33:46 +0000 |
commit | bcd89c4c14ecf2ba62f76cce7e4ddf5c15e431bd (patch) | |
tree | c3238648634a1b3685f73899ae1dc9de356af62f /sys/arch/sparc64 | |
parent | 7f80382acdedb28836e545154ee599868a72ab59 (diff) |
initialze -> initializes; from Eric Borsboom;
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 |