From 363fa56a62dcabb113c67b8d5ed790ef15ad2033 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Wed, 16 Mar 2005 08:06:28 +0000 Subject: [PATCH] Fix a comment. --- usr.bin/make/dir.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 1eb68661378..15b25d423b7 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -919,9 +919,7 @@ Dir_MTime(GNode *gn) /*- *----------------------------------------------------------------------- * Dir_AddDir -- - * Add the given name to the end of the given path. The order of - * the arguments is backwards so ParseDoDependency can do a - * Lst_ForEach of its list of paths... + * Add the given name to the end of the given path. * * Results: * none