From d8e361d9940a3e372393c3761d1bab2424d75a6d Mon Sep 17 00:00:00 2001 From: andvar Date: Tue, 31 May 2022 08:43:13 +0000 Subject: fix various typos in comments, documentation and messages. --- 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 908d93979b6..4a8f248708e 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.reg +++ b/sys/dev/microcode/aic7xxx/aic79xx.reg @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.reg,v 1.15 2022/01/25 22:01:34 andvar Exp $ */ +/* $NetBSD: aic79xx.reg,v 1.16 2022/05/31 08:43:15 andvar Exp $ */ /* * Aic79xx register and scratch ram definitions. @@ -1386,7 +1386,7 @@ const LUNLEN_SINGLE_LEVEL_LUN 0xF /* * CDB Limit - * The size, in bytes, of the embedded CDB field in initator SCBs. + * The size, in bytes, of the embedded CDB field in initiator SCBs. */ register CDBLIMIT { address 0x031 -- cgit