Module Name:    src
Committed By:   andvar
Date:           Tue Aug 13 16:23:48 UTC 2024

Modified Files:
        src/sys/arch/sgimips/hpc: pi1ppcvar.h
        src/sys/dev/ic: atppcvar.h

Log Message:
s/Thresold/Threshold/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sgimips/hpc/pi1ppcvar.h
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/atppcvar.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/arch/sgimips/hpc/pi1ppcvar.h
diff -u src/sys/arch/sgimips/hpc/pi1ppcvar.h:1.7 src/sys/arch/sgimips/hpc/pi1ppcvar.h:1.8
--- src/sys/arch/sgimips/hpc/pi1ppcvar.h:1.7	Fri Dec  3 13:27:38 2021
+++ src/sys/arch/sgimips/hpc/pi1ppcvar.h	Tue Aug 13 16:23:48 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: pi1ppcvar.h,v 1.7 2021/12/03 13:27:38 andvar Exp $ */
+/* $NetBSD: pi1ppcvar.h,v 1.8 2024/08/13 16:23:48 andvar Exp $ */
 
 /*-
  * Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -197,8 +197,8 @@ struct pi1ppc_softc {
 	uint8_t sc_fifo;	/* FIFO size */
 
 	/* Indicates number of PWords in FIFO queues that generate interrupt */
-	uint8_t sc_wthr;	/* writeIntrThresold */
-	uint8_t sc_rthr;	/* readIntrThresold */
+	uint8_t sc_wthr;	/* writeIntrThreshold */
+	uint8_t sc_rthr;	/* readIntrThreshold */
 };
 
 #ifdef _KERNEL

Index: src/sys/dev/ic/atppcvar.h
diff -u src/sys/dev/ic/atppcvar.h:1.12 src/sys/dev/ic/atppcvar.h:1.13
--- src/sys/dev/ic/atppcvar.h:1.12	Thu May 26 02:29:23 2011
+++ src/sys/dev/ic/atppcvar.h	Tue Aug 13 16:23:48 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: atppcvar.h,v 1.12 2011/05/26 02:29:23 jakllsch Exp $ */
+/* $NetBSD: atppcvar.h,v 1.13 2024/08/13 16:23:48 andvar Exp $ */
 
 /*-
  * Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -217,8 +217,8 @@ struct atppc_softc {
 	u_int8_t sc_fifo;	/* FIFO size */
 
 	/* Indicates number of PWords in FIFO queues that generate interrupt */
-	u_int8_t sc_wthr;	/* writeIntrThresold */
-	u_int8_t sc_rthr;	/* readIntrThresold */
+	u_int8_t sc_wthr;	/* writeIntrThreshold */
+	u_int8_t sc_rthr;	/* readIntrThreshold */
 };
 
 

Reply via email to