Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons s/configuraiton/configuration/ in comment.
details: https://anonhg.NetBSD.org/src/rev/18ea9589491c
branches: trunk
changeset: 1025530:18ea9589491c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Nov 10 16:57:39 2021 +0000
description:
s/configuraiton/configuration/ in comment.
diffstat:
sys/dev/wscons/wsmux.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bc04dbfc0046 -r 18ea9589491c sys/dev/wscons/wsmux.c
--- a/sys/dev/wscons/wsmux.c Wed Nov 10 16:55:20 2021 +0000
+++ b/sys/dev/wscons/wsmux.c Wed Nov 10 16:57:39 2021 +0000
@@ -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 @@
{
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);
Home |
Main Index |
Thread Index |
Old Index