Module Name:    src
Committed By:   andvar
Date:           Sun Dec 17 14:38:49 UTC 2023

Modified Files:
        src/sys/netbt: bt_sysctl.c
        src/usr.bin/sdpquery: command.c

Log Message:
s/Adapatation/Adaptation/ in l2cap sysctl description.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/netbt/bt_sysctl.c
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/sdpquery/command.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/netbt/bt_sysctl.c
diff -u src/sys/netbt/bt_sysctl.c:1.4 src/sys/netbt/bt_sysctl.c:1.5
--- src/sys/netbt/bt_sysctl.c:1.4	Sun Mar 26 19:10:33 2023
+++ src/sys/netbt/bt_sysctl.c	Sun Dec 17 14:38:49 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: bt_sysctl.c,v 1.4 2023/03/26 19:10:33 andvar Exp $	*/
+/*	$NetBSD: bt_sysctl.c,v 1.5 2023/12/17 14:38:49 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2005 Iain Hibbert.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bt_sysctl.c,v 1.4 2023/03/26 19:10:33 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bt_sysctl.c,v 1.5 2023/12/17 14:38:49 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -142,7 +142,7 @@ SYSCTL_SETUP(sysctl_net_bluetooth_setup,
 	sysctl_createv(clog, 0, NULL, NULL,
 		CTLFLAG_PERMANENT,
 		CTLTYPE_NODE, "l2cap",
-		SYSCTL_DESCR("Logical Link Control & Adapatation Protocol"),
+		SYSCTL_DESCR("Logical Link Control & Adaptation Protocol"),
 		NULL, 0, NULL, 0,
 		CTL_NET, PF_BLUETOOTH, BTPROTO_L2CAP, CTL_EOL);
 

Index: src/usr.bin/sdpquery/command.c
diff -u src/usr.bin/sdpquery/command.c:1.5 src/usr.bin/sdpquery/command.c:1.6
--- src/usr.bin/sdpquery/command.c:1.5	Tue Jun 16 22:54:10 2015
+++ src/usr.bin/sdpquery/command.c	Sun Dec 17 14:38:49 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: command.c,v 1.5 2015/06/16 22:54:10 christos Exp $	*/
+/*	$NetBSD: command.c,v 1.6 2023/12/17 14:38:49 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: command.c,v 1.5 2015/06/16 22:54:10 christos Exp $");
+__RCSID("$NetBSD: command.c,v 1.6 2023/12/17 14:38:49 andvar Exp $");
 
 #include <bluetooth.h>
 #include <err.h>
@@ -71,7 +71,7 @@ static struct alias {
 	{ SDP_SERVICE_CLASS_HEADSET,
 	  "HSET",	"Headset Service"				},
 	{ SDP_UUID_PROTOCOL_L2CAP,
-	  "L2CAP",	"Logical Link Control and Adapatation Protocol"	},
+	  "L2CAP",	"Logical Link Control and Adaptation Protocol"	},
 	{ SDP_SERVICE_CLASS_LAN_ACCESS_USING_PPP,
 	  "LAN",	"Lan access using PPP Service"			},
 	{ SDP_SERVICE_CLASS_NAP,

Reply via email to