Module Name:    src
Committed By:   andvar
Date:           Mon Feb 24 20:23:30 UTC 2025

Modified Files:
        src/sys/arch/hppa/dev: lasi.c wax.c

Log Message:
s/requset/request/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/dev/lasi.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/dev/wax.c

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/hppa/dev/lasi.c
diff -u src/sys/arch/hppa/dev/lasi.c:1.5 src/sys/arch/hppa/dev/lasi.c:1.6
--- src/sys/arch/hppa/dev/lasi.c:1.5	Sat Aug  7 16:18:55 2021
+++ src/sys/arch/hppa/dev/lasi.c	Mon Feb 24 20:23:30 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: lasi.c,v 1.5 2021/08/07 16:18:55 thorpej Exp $	*/
+/*	$NetBSD: lasi.c,v 1.6 2025/02/24 20:23:30 andvar Exp $	*/
 
 /*	$OpenBSD: lasi.c,v 1.4 2001/06/09 03:57:19 mickey Exp $	*/
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.5 2021/08/07 16:18:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.6 2025/02/24 20:23:30 andvar Exp $");
 
 #undef LASIDEBUG
 
@@ -57,7 +57,7 @@ struct lasi_hwr {
 };
 
 struct lasi_trs {
-	uint32_t lasi_irr;	/* int requset register */
+	uint32_t lasi_irr;	/* int request register */
 	uint32_t lasi_imr;	/* int mask register */
 	uint32_t lasi_ipr;	/* int pending register */
 	uint32_t lasi_icr;	/* int command? register */

Index: src/sys/arch/hppa/dev/wax.c
diff -u src/sys/arch/hppa/dev/wax.c:1.4 src/sys/arch/hppa/dev/wax.c:1.5
--- src/sys/arch/hppa/dev/wax.c:1.4	Sat Aug  7 16:18:55 2021
+++ src/sys/arch/hppa/dev/wax.c	Mon Feb 24 20:23:30 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: wax.c,v 1.4 2021/08/07 16:18:55 thorpej Exp $	*/
+/*	$NetBSD: wax.c,v 1.5 2025/02/24 20:23:30 andvar Exp $	*/
 
 /*	$OpenBSD: wax.c,v 1.1 1998/11/23 03:04:10 mickey Exp $	*/
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.4 2021/08/07 16:18:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.5 2025/02/24 20:23:30 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.4 
 #define	WAX_REGS	0xc000
 
 struct wax_regs {
-	uint32_t wax_irr;	/* int requset register */
+	uint32_t wax_irr;	/* int request register */
 	uint32_t wax_imr;	/* int mask register */
 	uint32_t wax_ipr;	/* int pending register */
 	uint32_t wax_icr;	/* int control register */

Reply via email to