diff options
| author | kent <kent@NetBSD.org> | 2002-10-12 10:46:24 +0000 |
|---|---|---|
| committer | kent <kent@NetBSD.org> | 2002-10-12 10:46:24 +0000 |
| commit | 1bb5fc51aa91cf5314c8bc06b8eda6bd19ffc19c (patch) | |
| tree | a519f272ca60248fe0e165cf0e28b39a3edd89e6 /sys/dev/ic/ac97reg.h | |
| parent | bcb7e65b955ce9bc33001518aebe18d9c2c01dd6 (diff) | |
Correct spelling. VENDER -> VENDOR
Diffstat (limited to 'sys/dev/ic/ac97reg.h')
| -rw-r--r-- | sys/dev/ic/ac97reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97reg.h b/sys/dev/ic/ac97reg.h index 6968316fcfe..8446a54f533 100644 --- a/sys/dev/ic/ac97reg.h +++ b/sys/dev/ic/ac97reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ac97reg.h,v 1.7 2002/10/12 07:40:41 kent Exp $ */ +/* $NetBSD: ac97reg.h,v 1.8 2002/10/12 10:46:24 kent Exp $ */ /* * Copyright (c) 1999 Constantine Sapuntzakis @@ -130,7 +130,7 @@ #define AC97_REG_VENDOR_ID1 0x7c #define AC97_REG_VENDOR_ID2 0x7e -#define AC97_VENDER_ID_MASK 0xffffff00 +#define AC97_VENDOR_ID_MASK 0xffffff00 #define AC97_CODEC_ID(a0, a1, a2, x) \ (((a0) << 24) | ((a1) << 16) | ((a2) << 8) | (x)) |
