s/Adapatation/Adaptation/ in l2cap sysctl description.

This commit is contained in:
andvar 2023-12-17 14:38:49 +00:00
parent e7a4688626
commit 57a185009a
2 changed files with 6 additions and 6 deletions

View File

@ -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 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);

View File

@ -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,