Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): fix wording of a comment in var.c



details:   https://anonhg.NetBSD.org/src/rev/bb69aa7bba0b
branches:  trunk
changeset: 941971:bb69aa7bba0b
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Nov 02 18:15:12 2020 +0000

description:
make(1): fix wording of a comment in var.c

The "why again" could be easily misunderstood, it was ambiguous.

diffstat:

 usr.bin/make/var.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a6612b953358 -r bb69aa7bba0b usr.bin/make/var.c
--- a/usr.bin/make/var.c        Mon Nov 02 17:55:26 2020 +0000
+++ b/usr.bin/make/var.c        Mon Nov 02 18:15:12 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: var.c,v 1.646 2020/11/02 17:55:26 rillig Exp $ */
+/*     $NetBSD: var.c,v 1.647 2020/11/02 18:15:12 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -130,7 +130,7 @@
 #include "metachar.h"
 
 /*     "@(#)var.c      8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: var.c,v 1.646 2020/11/02 17:55:26 rillig Exp $");
+MAKE_RCSID("$NetBSD: var.c,v 1.647 2020/11/02 18:15:12 rillig Exp $");
 
 #define VAR_DEBUG1(fmt, arg1) DEBUG1(VAR, fmt, arg1)
 #define VAR_DEBUG2(fmt, arg1, arg2) DEBUG2(VAR, fmt, arg1, arg2)
@@ -3291,7 +3291,7 @@
 
        free(mods_freeIt);
        /* XXX: apply_mods doesn't sound like "not interested". */
-       /* XXX: Why is the indirect modifier parsed again by
+       /* XXX: Why is the indirect modifier parsed once more by
         * apply_mods?  If any, p should be advanced to nested_p. */
        return AMIR_APPLY_MODS;
     }



Home | Main Index | Thread Index | Old Index