diff options
Diffstat (limited to 'sys/arch/i386/i386/autoconf.c')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 4d199a49829..f0a5b2f1de0 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.51 2003/10/14 19:38:20 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.52 2003/10/15 03:56:21 david Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -132,7 +132,7 @@ cpu_configure() } #ifdef CRYPTO /* - * Also, if the chip as crypto available, enable it. + * Also, if the chip has crypto available, enable it. */ if (viac3_crypto_present) viac3_crypto_setup(); |