Module Name: src
Committed By: andvar
Date: Tue Nov 1 19:45:35 UTC 2022
Modified Files:
src/common/lib/libx86emu: x86emu.c
src/libexec/telnetd: slc.c
src/sys/arch/sgimips/hpc: pi1ppc.c
src/sys/dev/ic: atppc.c
Log Message:
s/varaible/variable/ and s/varible/variable/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/common/lib/libx86emu/x86emu.c
cvs rdiff -u -r1.15 -r1.16 src/libexec/telnetd/slc.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sgimips/hpc/pi1ppc.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/atppc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libx86emu/x86emu.c
diff -u src/common/lib/libx86emu/x86emu.c:1.13 src/common/lib/libx86emu/x86emu.c:1.14
--- src/common/lib/libx86emu/x86emu.c:1.13 Wed Oct 26 22:09:37 2022
+++ src/common/lib/libx86emu/x86emu.c Tue Nov 1 19:45:35 2022
@@ -1,5 +1,5 @@
-/* $NetBSD: x86emu.c,v 1.13 2022/10/26 22:09:37 andvar Exp $ */
+/* $NetBSD: x86emu.c,v 1.14 2022/11/01 19:45:35 andvar Exp $ */
/****************************************************************************
*
@@ -381,7 +381,7 @@ no segment override. Address modes such
addresses relative to SS (ie: on the stack). So, at the minimum, all
decodings of addressing modes would have to set/clear a bit describing
whether the access is relative to DS or SS. That is the function of the
-cpu-state-varible emu->x86.mode. There are several potential states:
+cpu-state-variable emu->x86.mode. There are several potential states:
repe prefix seen (handled elsewhere)
repne prefix seen (ditto)
Index: src/libexec/telnetd/slc.c
diff -u src/libexec/telnetd/slc.c:1.15 src/libexec/telnetd/slc.c:1.16
--- src/libexec/telnetd/slc.c:1.15 Fri Nov 24 19:46:58 2006
+++ src/libexec/telnetd/slc.c Tue Nov 1 19:45:35 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $ */
+/* $NetBSD: slc.c,v 1.16 2022/11/01 19:45:35 andvar Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $");
+__RCSID("$NetBSD: slc.c,v 1.16 2022/11/01 19:45:35 andvar Exp $");
#endif
#endif /* not lint */
@@ -42,7 +42,7 @@ __RCSID("$NetBSD: slc.c,v 1.15 2006/11/2
#ifdef LINEMODE
/*
- * local varibles
+ * local variables
*/
static unsigned char *def_slcbuf = (unsigned char *)0;
static int def_slclen = 0;
Index: src/sys/arch/sgimips/hpc/pi1ppc.c
diff -u src/sys/arch/sgimips/hpc/pi1ppc.c:1.16 src/sys/arch/sgimips/hpc/pi1ppc.c:1.17
--- src/sys/arch/sgimips/hpc/pi1ppc.c:1.16 Fri Dec 3 13:27:38 2021
+++ src/sys/arch/sgimips/hpc/pi1ppc.c Tue Nov 1 19:45:35 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: pi1ppc.c,v 1.16 2021/12/03 13:27:38 andvar Exp $ */
+/* $NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $ */
/*
* Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pi1ppc.c,v 1.16 2021/12/03 13:27:38 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $");
#include "opt_pi1ppc.h"
@@ -1057,7 +1057,7 @@ pi1ppc_read_ivar(device_t dev, int index
return rval;
}
-/* Write "instance varaibles" of pi1ppc device */
+/* Write "instance variables" of pi1ppc device */
static int
pi1ppc_write_ivar(device_t dev, int index, unsigned int *val)
{
Index: src/sys/dev/ic/atppc.c
diff -u src/sys/dev/ic/atppc.c:1.40 src/sys/dev/ic/atppc.c:1.41
--- src/sys/dev/ic/atppc.c:1.40 Fri Dec 3 13:27:38 2021
+++ src/sys/dev/ic/atppc.c Tue Nov 1 19:45:35 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc.c,v 1.40 2021/12/03 13:27:38 andvar Exp $ */
+/* $NetBSD: atppc.c,v 1.41 2022/11/01 19:45:35 andvar Exp $ */
/*
* Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.40 2021/12/03 13:27:38 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.41 2022/11/01 19:45:35 andvar Exp $");
#include "opt_atppc.h"
@@ -1494,7 +1494,7 @@ atppc_read_ivar(device_t dev, int index,
return rval;
}
-/* Write "instance varaibles" of atppc device */
+/* Write "instance variables" of atppc device */
static int
atppc_write_ivar(device_t dev, int index, unsigned int *val)
{