diff options
| author | wiz <wiz@NetBSD.org> | 2006-02-25 00:58:34 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-02-25 00:58:34 +0000 |
| commit | 1ad8067cb3f68e85d179e1f7da0044ef5d699f72 (patch) | |
| tree | 077b7165d35d081dcf82c33f2b16e84fd204679e /sys/dev/microcode | |
| parent | ce0e370e9a97d56f33c85ffcd78bb93c2d032df8 (diff) | |
Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),
forwarded by jmc@openbsd.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.reg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.reg b/sys/dev/microcode/aic7xxx/aic79xx.reg index 2537d919a59..3ab2cf9a239 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.reg +++ b/sys/dev/microcode/aic7xxx/aic79xx.reg @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.reg,v 1.11 2005/12/11 12:22:18 christos Exp $ */ +/* $NetBSD: aic79xx.reg,v 1.12 2006/02/25 00:58:35 wiz Exp $ */ /* * Aic79xx register and scratch ram definitions. @@ -3260,7 +3260,7 @@ register SEQINTCTL { * Single byte window into the Sequencer Instruction Ram area starting * at the address specified by OVLYADDR. To write a full instruction word, * simply write four bytes in succession. OVLYADDR will increment after the - * most significant instrution byte (the byte with the parity bit) is written. + * most significant instruction byte (the byte with the parity bit) is written. */ register SEQRAM { address 0x0DA |
