Module Name:    src
Committed By:   andvar
Date:           Thu Dec  5 20:59:40 UTC 2024

Modified Files:
        src/sys/dev/ic: i8259reg.h

Log Message:
s/followied/followed/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/i8259reg.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/ic/i8259reg.h
diff -u src/sys/dev/ic/i8259reg.h:1.5 src/sys/dev/ic/i8259reg.h:1.6
--- src/sys/dev/ic/i8259reg.h:1.5	Fri Feb  9 22:08:34 2024
+++ src/sys/dev/ic/i8259reg.h	Thu Dec  5 20:59:40 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: i8259reg.h,v 1.5 2024/02/09 22:08:34 andvar Exp $	*/
+/*	$NetBSD: i8259reg.h,v 1.6 2024/12/05 20:59:40 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 
 /*
  * Note a write to ICW1 starts an initialization cycle, and must be
- * followied by writes to ICW2, ICW3, and ICW4.
+ * followed by writes to ICW2, ICW3, and ICW4.
  */
 #define	PIC_ICW1	0x00	/* Initialization Command Word 1 (w) */
 #define	ICW1_IC4	(1U << 0)	/* ICW4 Write Required */

Reply via email to