Source-Changes-HG archive

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

[src/trunk]: src/bin/sh NFC: correct typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/930adb8db248
branches:  trunk
changeset: 833273:930adb8db248
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Jun 17 17:19:06 2018 +0000

description:
NFC: correct typo in a comment.

diffstat:

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

diffs (27 lines):

diff -r 19e458d2d7a8 -r 930adb8db248 bin/sh/eval.c
--- a/bin/sh/eval.c     Sun Jun 17 15:46:39 2018 +0000
+++ b/bin/sh/eval.c     Sun Jun 17 17:19:06 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eval.c,v 1.153 2017/11/19 03:23:01 kre Exp $   */
+/*     $NetBSD: eval.c,v 1.154 2018/06/17 17:19:06 kre Exp $   */
 
 /*-
  * Copyright (c) 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)eval.c     8.9 (Berkeley) 6/8/95";
 #else
-__RCSID("$NetBSD: eval.c,v 1.153 2017/11/19 03:23:01 kre Exp $");
+__RCSID("$NetBSD: eval.c,v 1.154 2018/06/17 17:19:06 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -931,7 +931,7 @@
                        cmd_flags |= DO_NOFUNC;
                        argsused = parse_command_args(argc, argv, &use_syspath);
                        if (argsused == 0) {
-                               /* use 'type' builting to display info */
+                               /* use 'type' builtin to display info */
                                cmdentry.u.bltin = typecmd;
                                break;
                        }



Home | Main Index | Thread Index | Old Index