Module Name:    src
Committed By:   andvar
Date:           Mon Apr 11 20:57:38 UTC 2022

Modified Files:
        src/sys/dev/isa: weaselreg.h
        src/usr.sbin/sdpd: service.c
        src/usr.sbin/ypbind: ypbind.c

Log Message:
s/serivce/service/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/isa/weaselreg.h
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sdpd/service.c
cvs rdiff -u -r1.100 -r1.101 src/usr.sbin/ypbind/ypbind.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/dev/isa/weaselreg.h
diff -u src/sys/dev/isa/weaselreg.h:1.7 src/sys/dev/isa/weaselreg.h:1.8
--- src/sys/dev/isa/weaselreg.h:1.7	Tue Dec 25 18:33:40 2007
+++ src/sys/dev/isa/weaselreg.h	Mon Apr 11 20:57:38 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: weaselreg.h,v 1.7 2007/12/25 18:33:40 perry Exp $	*/
+/*	$NetBSD: weaselreg.h,v 1.8 2022/04/11 20:57:38 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -137,7 +137,7 @@ struct weasel_config_block {
  *		}
  *	}
  *
- * To serivce the watchdog when armed:
+ * To service the watchdog when armed:
  *
  *	tmp = WDT_SEMPAPHORE;
  *	WDT_SEMAPHORE ~= tmp;

Index: src/usr.sbin/sdpd/service.c
diff -u src/usr.sbin/sdpd/service.c:1.3 src/usr.sbin/sdpd/service.c:1.4
--- src/usr.sbin/sdpd/service.c:1.3	Tue Mar 31 09:25:41 2015
+++ src/usr.sbin/sdpd/service.c	Mon Apr 11 20:57:37 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: service.c,v 1.3 2015/03/31 09:25:41 plunky Exp $	*/
+/*	$NetBSD: service.c,v 1.4 2022/04/11 20:57:37 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: service.c,v 1.3 2015/03/31 09:25:41 plunky Exp $");
+__RCSID("$NetBSD: service.c,v 1.4 2022/04/11 20:57:37 andvar Exp $");
 
 #include <bluetooth.h>
 #include <sdp.h>
@@ -418,7 +418,7 @@ service_search_attribute_request(server_
 /*
  * validate ServiceSearchPattern
  *
- * The SerivceSearchPattern is a list of data elements, where each element
+ * The ServiceSearchPattern is a list of data elements, where each element
  * is a UUID. The list must contain at least one UUID and the maximum number
  * of UUIDs is 12
  */

Index: src/usr.sbin/ypbind/ypbind.c
diff -u src/usr.sbin/ypbind/ypbind.c:1.100 src/usr.sbin/ypbind/ypbind.c:1.101
--- src/usr.sbin/ypbind/ypbind.c:1.100	Thu Mar 15 02:25:31 2018
+++ src/usr.sbin/ypbind/ypbind.c	Mon Apr 11 20:57:37 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ypbind.c,v 1.100 2018/03/15 02:25:31 ginsbach Exp $	*/
+/*	$NetBSD: ypbind.c,v 1.101 2022/04/11 20:57:37 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993 Theo de Raadt <dera...@fsa.ca>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef LINT
-__RCSID("$NetBSD: ypbind.c,v 1.100 2018/03/15 02:25:31 ginsbach Exp $");
+__RCSID("$NetBSD: ypbind.c,v 1.101 2022/04/11 20:57:37 andvar Exp $");
 #endif
 
 #include <sys/types.h>
@@ -1728,7 +1728,7 @@ main(int argc, char *argv[])
 	 * for encoding and are *not* dispatched via the sunrpc
 	 * libraries.
 	 *
-	 * The ypbind serivce *is* dispatched via the sunrpc libraries.
+	 * The ypbind service *is* dispatched via the sunrpc libraries.
 	 * svc_getreqset() does whatever internal muck and ultimately
 	 * ypbind service calls arrive at ypbindprog_2().
 	 */

Reply via email to