diff options
| author | rillig <rillig@NetBSD.org> | 2021-03-21 23:03:33 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-03-21 23:03:33 +0000 |
| commit | e75bb4d920ffee69fd71b60b56753e6bbdeb0985 (patch) | |
| tree | feb6516015d0ea50e6d9812d9c850e744e3a79cf /usr.bin/make | |
| parent | 4f950cc36f7a66aba91a4126e3cbfbdd19392006 (diff) | |
make: fix typos in documentation of ModChain
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/var.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index e077fca7e61..2bed4192d62 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -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 @@ typedef struct Expr { * 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. * |
