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: fix typos in documentation of ModChain
details: https://anonhg.NetBSD.org/src/rev/65e95323c359
branches: trunk
changeset: 960593:65e95323c359
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Mar 21 23:03:33 2021 +0000
description:
make: fix typos in documentation of ModChain
diffstat:
usr.bin/make/var.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r ba06a8fff699 -r 65e95323c359 usr.bin/make/var.c
--- a/usr.bin/make/var.c Sun Mar 21 21:26:00 2021 +0000
+++ b/usr.bin/make/var.c Sun Mar 21 23:03:33 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.892 2021/03/16 16:21:27 rillig Exp $ */
+/* $NetBSD: var.c,v 1.893 2021/03/21 23:03:33 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -140,7 +140,7 @@
#include "metachar.h"
/* "@(#)var.c 8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: var.c,v 1.892 2021/03/16 16:21:27 rillig Exp $");
+MAKE_RCSID("$NetBSD: var.c,v 1.893 2021/03/21 23:03:33 rillig Exp $");
typedef enum VarFlags {
VFL_NONE = 0,
@@ -2072,8 +2072,8 @@
* Chain 1 starts with the single modifier ':M*'.
* Chain 2 starts with all modifiers from ${IND1}.
* Chain 2 ends at the ':' between ${IND1} and ${IND2}.
- * Chain 3 starts with all modifiers from ${IND1}.
- * Chain 2 ends at the ':' after ${IND2}.
+ * Chain 3 starts with all modifiers from ${IND2}.
+ * Chain 3 ends at the ':' after ${IND2}.
* Chain 1 continues with the the 2 modifiers ':O' and ':u'.
* Chain 1 ends at the final '}' of the expression.
*
Home |
Main Index |
Thread Index |
Old Index