Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ i...



details:   https://anonhg.NetBSD.org/src/rev/d323bbd451eb
branches:  trunk
changeset: 1027579:d323bbd451eb
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Dec 12 11:18:46 2021 +0000

description:
s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments.

diffstat:

 bin/sh/miscbltin.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 631c37c3831d -r d323bbd451eb bin/sh/miscbltin.c
--- a/bin/sh/miscbltin.c        Sun Dec 12 11:10:03 2021 +0000
+++ b/bin/sh/miscbltin.c        Sun Dec 12 11:18:46 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miscbltin.c,v 1.46 2021/11/16 11:27:50 kre Exp $       */
+/*     $NetBSD: miscbltin.c,v 1.47 2021/12/12 11:18:46 andvar Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,12 +37,12 @@
 #if 0
 static char sccsid[] = "@(#)miscbltin.c        8.4 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: miscbltin.c,v 1.46 2021/11/16 11:27:50 kre Exp $");
+__RCSID("$NetBSD: miscbltin.c,v 1.47 2021/12/12 11:18:46 andvar Exp $");
 #endif
 #endif /* not lint */
 
 /*
- * Miscelaneous builtins.
+ * Miscellaneous builtins.
  */
 
 #include <sys/types.h>         /* quad_t */
@@ -71,7 +71,7 @@
 
 /*
  * The read builtin.
- * Backslahes escape the next char unless -r is specified.
+ * Backslashes escape the next char unless -r is specified.
  *
  * This uses unbuffered input, which may be avoidable in some cases.
  *



Home | Main Index | Thread Index | Old Index