Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/varaible/variable/ and s/varible/variable/ in comments.
details: https://anonhg.NetBSD.org/src/rev/2f38afaa72f6
branches: trunk
changeset: 372232:2f38afaa72f6
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Nov 01 19:45:35 2022 +0000
description:
s/varaible/variable/ and s/varible/variable/ in comments.
diffstat:
common/lib/libx86emu/x86emu.c | 4 ++--
libexec/telnetd/slc.c | 6 +++---
sys/arch/sgimips/hpc/pi1ppc.c | 6 +++---
sys/dev/ic/atppc.c | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (100 lines):
diff -r a578619536d6 -r 2f38afaa72f6 common/lib/libx86emu/x86emu.c
--- a/common/lib/libx86emu/x86emu.c Tue Nov 01 19:24:30 2022 +0000
+++ b/common/lib/libx86emu/x86emu.c Tue Nov 01 19:45:35 2022 +0000
@@ -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 @@
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)
diff -r a578619536d6 -r 2f38afaa72f6 libexec/telnetd/slc.c
--- a/libexec/telnetd/slc.c Tue Nov 01 19:24:30 2022 +0000
+++ b/libexec/telnetd/slc.c Tue Nov 01 19:45:35 2022 +0000
@@ -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 @@
#ifdef LINEMODE
/*
- * local varibles
+ * local variables
*/
static unsigned char *def_slcbuf = (unsigned char *)0;
static int def_slclen = 0;
diff -r a578619536d6 -r 2f38afaa72f6 sys/arch/sgimips/hpc/pi1ppc.c
--- a/sys/arch/sgimips/hpc/pi1ppc.c Tue Nov 01 19:24:30 2022 +0000
+++ b/sys/arch/sgimips/hpc/pi1ppc.c Tue Nov 01 19:45:35 2022 +0000
@@ -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 @@
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)
{
diff -r a578619536d6 -r 2f38afaa72f6 sys/dev/ic/atppc.c
--- a/sys/dev/ic/atppc.c Tue Nov 01 19:24:30 2022 +0000
+++ b/sys/dev/ic/atppc.c Tue Nov 01 19:45:35 2022 +0000
@@ -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 @@
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)
{
Home |
Main Index |
Thread Index |
Old Index