Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ypbind s/serivce/service/ in comments.
details: https://anonhg.NetBSD.org/src/rev/6815e6713198
branches: trunk
changeset: 365189:6815e6713198
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Apr 11 20:57:37 2022 +0000
description:
s/serivce/service/ in comments.
diffstat:
sys/dev/isa/weaselreg.h | 4 ++--
usr.sbin/sdpd/service.c | 6 +++---
usr.sbin/ypbind/ypbind.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 00b05acc815f -r 6815e6713198 sys/dev/isa/weaselreg.h
--- a/sys/dev/isa/weaselreg.h Mon Apr 11 19:37:20 2022 +0000
+++ b/sys/dev/isa/weaselreg.h Mon Apr 11 20:57:37 2022 +0000
@@ -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 @@
* }
* }
*
- * To serivce the watchdog when armed:
+ * To service the watchdog when armed:
*
* tmp = WDT_SEMPAPHORE;
* WDT_SEMAPHORE ~= tmp;
diff -r 00b05acc815f -r 6815e6713198 usr.sbin/sdpd/service.c
--- a/usr.sbin/sdpd/service.c Mon Apr 11 19:37:20 2022 +0000
+++ b/usr.sbin/sdpd/service.c Mon Apr 11 20:57:37 2022 +0000
@@ -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 @@
/*
* 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
*/
diff -r 00b05acc815f -r 6815e6713198 usr.sbin/ypbind/ypbind.c
--- a/usr.sbin/ypbind/ypbind.c Mon Apr 11 19:37:20 2022 +0000
+++ b/usr.sbin/ypbind/ypbind.c Mon Apr 11 20:57:37 2022 +0000
@@ -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 <deraadt%fsa.ca@localhost>
@@ -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 @@
* 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().
*/
Home |
Main Index |
Thread Index |
Old Index