Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov 10 16:57:39 UTC 2021

Modified Files:
        src/sys/dev/wscons: wsmux.c

Log Message:
s/configuraiton/configuration/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/wscons/wsmux.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/dev/wscons/wsmux.c
diff -u src/sys/dev/wscons/wsmux.c:1.64 src/sys/dev/wscons/wsmux.c:1.65
--- src/sys/dev/wscons/wsmux.c:1.64	Sun Nov 10 21:16:38 2019
+++ src/sys/dev/wscons/wsmux.c	Wed Nov 10 16:57:39 2021
@@ -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);

Reply via email to