summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJolan Luff <jolan@cvs.openbsd.org>2005-09-06 18:27:55 +0000
committerJolan Luff <jolan@cvs.openbsd.org>2005-09-06 18:27:55 +0000
commite6e3d8290bdcc9fb7bbbbec58102317eb47c80b7 (patch)
tree221bbfa42ee208d739126b618f4108a3554fc81c /sys/dev
parentab73f601f34265683fd38b71ce9f68d4c0ce38ce (diff)
typo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/hifn7751reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751reg.h b/sys/dev/pci/hifn7751reg.h
index 420365a3222..e8407603d24 100644
--- a/sys/dev/pci/hifn7751reg.h
+++ b/sys/dev/pci/hifn7751reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751reg.h,v 1.44 2003/10/09 03:47:20 jason Exp $ */
+/* $OpenBSD: hifn7751reg.h,v 1.45 2005/09/06 18:27:54 jolan Exp $ */
/*
* Invertex AEON / Hifn 7751 driver
@@ -324,7 +324,7 @@ struct hifn_desc {
#define HIFN_PUBOPLEN_MOD_M 0x0000007f /* modulus length mask */
#define HIFN_PUBOPLEN_MOD_S 0 /* modulus length shift */
#define HIFN_PUBOPLEN_EXP_M 0x0003ff80 /* exponent length mask */
-#define HIFN_PUBOPLEN_EXP_S 7 /* exponent lenght shift */
+#define HIFN_PUBOPLEN_EXP_S 7 /* exponent length shift */
#define HIFN_PUBOPLEN_RED_M 0x003c0000 /* reducend length mask */
#define HIFN_PUBOPLEN_RED_S 18 /* reducend length shift */