diff --git a/sys/netbt/bt_sysctl.c b/sys/netbt/bt_sysctl.c index 6c6db8954b81..ec45a58f0c86 100644 --- a/sys/netbt/bt_sysctl.c +++ b/sys/netbt/bt_sysctl.c @@ -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 -__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 #include @@ -142,7 +142,7 @@ SYSCTL_SETUP(sysctl_net_bluetooth_setup, "sysctl net.bluetooth subtree 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); diff --git a/usr.bin/sdpquery/command.c b/usr.bin/sdpquery/command.c index 4ddec1ebd355..b4f18dea1f91 100644 --- a/usr.bin/sdpquery/command.c +++ b/usr.bin/sdpquery/command.c @@ -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 -__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 #include @@ -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,