Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Correct an (old) typo in a comment. NFC - it is jus...



details:   https://anonhg.NetBSD.org/src/rev/92d291de02d8
branches:  trunk
changeset: 447393:92d291de02d8
user:      kre <kre%NetBSD.org@localhost>
date:      Wed Jan 09 11:09:16 2019 +0000

description:
Correct an (old) typo in a comment.   NFC - it is just a comment.

diffstat:

 bin/sh/input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 33ba8e670b55 -r 92d291de02d8 bin/sh/input.c
--- a/bin/sh/input.c    Wed Jan 09 11:08:09 2019 +0000
+++ b/bin/sh/input.c    Wed Jan 09 11:09:16 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: input.c,v 1.66 2019/01/09 11:08:09 kre Exp $   */
+/*     $NetBSD: input.c,v 1.67 2019/01/09 11:09:16 kre Exp $   */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)input.c    8.3 (Berkeley) 6/9/95";
 #else
-__RCSID("$NetBSD: input.c,v 1.66 2019/01/09 11:08:09 kre Exp $");
+__RCSID("$NetBSD: input.c,v 1.67 2019/01/09 11:09:16 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -242,7 +242,7 @@
  * 1) If a string was pushed back on the input, pop it;
  * 2) If an EOF was pushed back (parsenleft == EOF_NLEFT) or we are reading
  *    from a string so we can't refill the buffer, return EOF.
- * 3) If the is more stuff in this buffer, use it else call read to fill it.
+ * 3) If there is more stuff in this buffer, use it else call read to fill it.
  * 4) Process input up to the next newline, deleting nul characters.
  */
 



Home | Main Index | Thread Index | Old Index