diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
commit | 8843f728ee2c92e18014e330b879ac9f0bb93639 (patch) | |
tree | c66cfdddfc368a45d3465565e5485c6e1e28ecbc /sys/dev/ic/cyreg.h | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/dev/ic/cyreg.h')
-rw-r--r-- | sys/dev/ic/cyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/cyreg.h b/sys/dev/ic/cyreg.h index 9a4263604c5..4028007c37c 100644 --- a/sys/dev/ic/cyreg.h +++ b/sys/dev/ic/cyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cyreg.h,v 1.8 2002/09/14 15:00:02 art Exp $ */ +/* $OpenBSD: cyreg.h,v 1.9 2024/09/01 03:08:56 jsg Exp $ */ /* $FreeBSD: cyreg.h,v 1.1 1995/07/05 12:15:51 bde Exp $ */ /*- @@ -45,7 +45,7 @@ #define CY8_SVCACKT 0x200 #define CY8_SVCACKM 0x300 -/* twice this in PCI mode (shifed BUSTYPE bits left) */ +/* twice this in PCI mode (shifted BUSTYPE bits left) */ #define CY_CD1400_MEMSPACING 0x400 /* adjustment value for accessing the last 4 cd1400s on Cyclom-32 */ |