summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-10-15 03:56:22 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-10-15 03:56:22 +0000
commitd1e58cf24a5a81d38a2927e3d79edefbd173c2e9 (patch)
tree992baff9d3e59c84e613a592d11ee5d10c77847f /sys/arch
parentf4713b994973352e3a519583c8099cdb1cc39685 (diff)
typo in comment, ok jason@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/autoconf.c4
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();