Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/varable/variable s/explictly/explicitly/ s/proerly/properl...
details: https://anonhg.NetBSD.org/src/rev/a1032f53ff5b
branches: trunk
changeset: 1022837:a1032f53ff5b
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Aug 08 20:50:12 2021 +0000
description:
s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments.
diffstat:
bin/sh/var.c | 10 +++++-----
sys/dev/usb/umidi.c | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 755052f61827 -r a1032f53ff5b bin/sh/var.c
--- a/bin/sh/var.c Sun Aug 08 19:28:08 2021 +0000
+++ b/bin/sh/var.c Sun Aug 08 20:50:12 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.78 2019/02/14 11:15:24 kre Exp $ */
+/* $NetBSD: var.c,v 1.79 2021/08/08 20:50:12 andvar Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: var.c,v 1.78 2019/02/14 11:15:24 kre Exp $");
+__RCSID("$NetBSD: var.c,v 1.79 2021/08/08 20:50:12 andvar Exp $");
#endif
#endif /* not lint */
@@ -197,7 +197,7 @@
STATIC int makespecial(const char *);
/*
- * Initialize the varable symbol tables and import the environment
+ * Initialize the variable symbol tables and import the environment
*/
#ifdef mkinit
@@ -1248,7 +1248,7 @@
/*
- * Returns true if the two strings specify the same varable. The first
+ * Returns true if the two strings specify the same viarable. The first
* variable name is terminated by '='; the second may be terminated by
* either '=' or '\0'.
*/
@@ -1570,7 +1570,7 @@
/*
* initialisation (without pre-seeding),
- * or explictly requesting a truly random seed.
+ * or explicitly requesting a truly random seed.
*/
INTOFF;
fd = open("/dev/urandom", 0);
diff -r 755052f61827 -r a1032f53ff5b sys/dev/usb/umidi.c
--- a/sys/dev/usb/umidi.c Sun Aug 08 19:28:08 2021 +0000
+++ b/sys/dev/usb/umidi.c Sun Aug 08 20:50:12 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umidi.c,v 1.83 2021/01/20 22:46:33 jdolecek Exp $ */
+/* $NetBSD: umidi.c,v 1.84 2021/08/08 20:50:12 andvar Exp $ */
/*
* Copyright (c) 2001, 2012, 2014 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.83 2021/01/20 22:46:33 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.84 2021/08/08 20:50:12 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1388,7 +1388,7 @@
* We have to drop the (interrupt) lock so that
* the USB thread lock can be safely taken by
* the abort operation. This is safe as this
- * either closing or dying will be set proerly.
+ * either closing or dying will be set properly.
*/
mutex_exit(&sc->sc_lock);
usbd_abort_pipe(jack->endpoint->pipe);
@@ -1525,7 +1525,7 @@
* Otherwise:
* - support a DISPLAY_BASE_CN quirk (add the value to each internal cable
* number for display)
- * - support an array quirk explictly giving a char * for each jack.
+ * - support an array quirk explicitly giving a char * for each jack.
* For now, you get 0-based cable numbers. If there are multiple endpoints and
* the CNs are not globally unique, each is shown with its associated endpoint
* address in hex also. That should not be necessary when using iJack values
Home |
Main Index |
Thread Index |
Old Index