Module Name:    src
Committed By:   andvar
Date:           Sun Dec 12 09:00:07 UTC 2021

Modified Files:
        src/lib/libperfuse: perfuse_if.h
        src/sys/dev/ic: isp.c isp_stds.h
        src/usr.sbin/moused: moused.c

Log Message:
fix typos in word "request(s)".


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libperfuse/perfuse_if.h
cvs rdiff -u -r1.133 -r1.134 src/sys/dev/ic/isp.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/isp_stds.h
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/moused/moused.c

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

Modified files:

Index: src/lib/libperfuse/perfuse_if.h
diff -u src/lib/libperfuse/perfuse_if.h:1.23 src/lib/libperfuse/perfuse_if.h:1.24
--- src/lib/libperfuse/perfuse_if.h:1.23	Thu Mar  5 15:56:20 2020
+++ src/lib/libperfuse/perfuse_if.h	Sun Dec 12 09:00:07 2021
@@ -1,4 +1,4 @@
-/*  $NetBSD: perfuse_if.h,v 1.23 2020/03/05 15:56:20 msaitoh Exp $ */
+/*  $NetBSD: perfuse_if.h,v 1.24 2021/12/12 09:00:07 andvar Exp $ */
 
 /*-
  *  Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -42,9 +42,9 @@
  */
 extern int perfuse_diagflags;
 #define PDF_FOREGROUND	0x0001	/* we run in foreground */
-#define PDF_FUSE	0x0002	/* Display FUSE reqeusts and reply */
+#define PDF_FUSE	0x0002	/* Display FUSE requests and reply */
 #define PDF_DUMP	0x0004	/* Dump FUSE frames */
-#define PDF_PUFFS	0x0008	/* Display PUFFS requets and reply */
+#define PDF_PUFFS	0x0008	/* Display PUFFS requests and reply */
 #define PDF_FH		0x0010	/* File handles */
 #define PDF_RECLAIM	0x0020	/* Reclaimed files */
 #define PDF_READDIR	0x0040	/* readdir operations */

Index: src/sys/dev/ic/isp.c
diff -u src/sys/dev/ic/isp.c:1.133 src/sys/dev/ic/isp.c:1.134
--- src/sys/dev/ic/isp.c:1.133	Sun Dec  5 13:10:43 2021
+++ src/sys/dev/ic/isp.c	Sun Dec 12 09:00:07 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: isp.c,v 1.133 2021/12/05 13:10:43 rillig Exp $ */
+/* $NetBSD: isp.c,v 1.134 2021/12/12 09:00:07 andvar Exp $ */
 /*
  * Machine and OS Independent (well, as best as possible)
  * code for the Qlogic ISP SCSI adapters.
@@ -43,7 +43,7 @@
  */
 #ifdef	__NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.133 2021/12/05 13:10:43 rillig Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.134 2021/12/12 09:00:07 andvar Exp $");
 #include <dev/ic/isp_netbsd.h>
 #endif
 #ifdef	__FreeBSD__
@@ -5363,7 +5363,7 @@ again:
 	if (nlooked) {
 		ISP_WRITE(isp, isp->isp_respoutrp, optr);
 		/*
-		 * While we're at it, read the requst queue out pointer.
+		 * While we're at it, read the request queue out pointer.
 		 */
 		isp->isp_reqodx = ISP_READ(isp, isp->isp_rqstoutrp);
 		if (isp->isp_rscchiwater < ndone) {

Index: src/sys/dev/ic/isp_stds.h
diff -u src/sys/dev/ic/isp_stds.h:1.5 src/sys/dev/ic/isp_stds.h:1.6
--- src/sys/dev/ic/isp_stds.h:1.5	Fri Mar 26 20:52:00 2010
+++ src/sys/dev/ic/isp_stds.h	Sun Dec 12 09:00:07 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_stds.h,v 1.5 2010/03/26 20:52:00 mjacob Exp $ */
+/* $NetBSD: isp_stds.h,v 1.6 2021/12/12 09:00:07 andvar Exp $ */
 /*-
  *  Copyright (c) 1997-2008 by Matthew Jacob
  *  All rights reserved.
@@ -134,7 +134,7 @@ typedef struct {
 #define CT_FC_SUBTYPE_NS	0x02
 
 /*
- * RFT_ID Requet CT_IU
+ * RFT_ID Request CT_IU
  *
  * Source: NCITS xxx-200x Generic Services- 5 Rev 8.5 Section 5.2.5.30
  */

Index: src/usr.sbin/moused/moused.c
diff -u src/usr.sbin/moused/moused.c:1.26 src/usr.sbin/moused/moused.c:1.27
--- src/usr.sbin/moused/moused.c:1.26	Mon Apr 12 09:30:32 2021
+++ src/usr.sbin/moused/moused.c	Sun Dec 12 09:00:07 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: moused.c,v 1.26 2021/04/12 09:30:32 mrg Exp $ */
+/* $NetBSD: moused.c,v 1.27 2021/12/12 09:00:07 andvar Exp $ */
 /**
  ** Copyright (c) 1995 Michael Smith, All rights reserved.
  **
@@ -48,7 +48,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: moused.c,v 1.26 2021/04/12 09:30:32 mrg Exp $");
+__RCSID("$NetBSD: moused.c,v 1.27 2021/12/12 09:00:07 andvar Exp $");
 #endif /* not lint */
 
 #include <ctype.h>
@@ -1764,7 +1764,7 @@ r_protocol(u_char rBuf, mousestatus_t *a
 	 * Moused usually operates the psm driver at the operation level 1
 	 * which sends mouse data in MOUSE_PROTO_SYSMOUSE protocol.
 	 * The following code takes effect only when the user explicitly 
-	 * requets the level 2 at which wheel movement and additional button 
+	 * requests the level 2 at which wheel movement and additional button 
 	 * actions are encoded in model-dependent formats. At the level 0
 	 * the following code is no-op because the psm driver says the model
 	 * is MOUSE_MODEL_GENERIC.

Reply via email to