diff options
author | harti <harti@FreeBSD.org> | 2005-03-03 10:07:28 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-03-03 10:07:28 +0000 |
commit | 146cfcffbca593d7c162d840c4f68d4d3a4f6bac (patch) | |
tree | bf94b9a6f99aaeecb7088d9ab9267cd1d9fb839d /usr.bin/make/parse.c | |
parent | 2a5628b82d881facdf72a96f6b7438dfc9c25c8f (diff) | |
download | FreeBSD-src-146cfcffbca593d7c162d840c4f68d4d3a4f6bac.zip FreeBSD-src-146cfcffbca593d7c162d840c4f68d4d3a4f6bac.tar.gz |
Update the description comment of the function to reflect the
previous change.
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r-- | usr.bin/make/parse.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 9fe6666..4f8dc8a 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -321,15 +321,12 @@ Parse_Error(int type, const char *fmt, ...) /*- *--------------------------------------------------------------------- * ParseLinkSrc -- - * Link the parent node to its new child. Used in a Lst_ForEach by + * Link the parent nodes to their new child. Used by * ParseDoDependency. If the specType isn't 'Not', the parent * isn't linked as a parent of the child. * - * Results: - * Always = 0 - * * Side Effects: - * New elements are added to the parents list of cgn and the + * New elements are added to the parents lists of cgn and the * children list of cgn. the unmade field of pgn is updated * to reflect the additional child. *--------------------------------------------------------------------- |