summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2021-11-10 16:57:39 +0000
committermsaitoh <msaitoh@NetBSD.org>2021-11-10 16:57:39 +0000
commit39cbe660ee6f06a6cf7318782838802ee033c6de (patch)
tree045f1257b6664e1d0a3e3cef09950c1ee8a411cf /sys/dev
parent184d29a1276f4eed73712296e4bb14a76faef140 (diff)
s/configuraiton/configuration/ in comment.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wscons/wsmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsmux.c b/sys/dev/wscons/wsmux.c
index dab1a3a35f4..890e9b9486f 100644
--- a/sys/dev/wscons/wsmux.c
+++ b/sys/dev/wscons/wsmux.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmux.c,v 1.64 2019/11/10 21:16:38 chs Exp $ */
+/* $NetBSD: wsmux.c,v 1.65 2021/11/10 16:57:39 msaitoh Exp $ */
/*
* Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.64 2019/11/10 21:16:38 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.65 2021/11/10 16:57:39 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -650,7 +650,7 @@ wsmux_create(const char *name, int unit)
{
struct wsmux_softc *sc;
- /* XXX This is wrong -- should use autoconfiguraiton framework */
+ /* XXX This is wrong -- should use autoconfiguration framework */
DPRINTF(("wsmux_create: allocating\n"));
sc = malloc(sizeof *sc, M_DEVBUF, M_WAITOK|M_ZERO);