From 1ad8067cb3f68e85d179e1f7da0044ef5d699f72 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 25 Feb 2006 00:58:34 +0000 Subject: Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), forwarded by jmc@openbsd. --- sys/dev/microcode/aic7xxx/aic79xx.reg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') 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 -- cgit