Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 27 09:50:27 UTC 2019

Modified Files:
        src/sys/dev/isa: isareg.h

Log Message:
s/reister/register/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/isa/isareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/isareg.h
diff -u src/sys/dev/isa/isareg.h:1.10 src/sys/dev/isa/isareg.h:1.11
--- src/sys/dev/isa/isareg.h:1.10	Tue May 29 06:14:33 2018
+++ src/sys/dev/isa/isareg.h	Fri Dec 27 09:50:27 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: isareg.h,v 1.10 2018/05/29 06:14:33 jdolecek Exp $	*/
+/*	$NetBSD: isareg.h,v 1.11 2019/12/27 09:50:27 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -133,7 +133,7 @@
 #define	IO_COMSIZE	8	/* 8250, 16X50 com controllers */
 #define	IO_CGASIZE	16	/* CGA controllers */
 #define	IO_DMASIZE	16	/* 8237 DMA controllers */
-#define	IO_DPGSIZE	32	/* 74LS612 DMA page reisters */
+#define	IO_DPGSIZE	32	/* 74LS612 DMA page registers */
 #define	IO_FDCSIZE	8	/* Nec765 floppy controllers */
 #define	IO_WDCSIZE	8	/* WD compatible disk controller */
 #define	IO_GAMSIZE	16	/* AT compatible game controller */

Reply via email to