From 3e0b768c6312b73b99c6304ffc8ecbb544371d62 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 2 Feb 2011 21:48:53 +0000 Subject: [PATCH] sh: Remove comment mentioning herefd, which is gone. --- bin/sh/expand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/sh/expand.c b/bin/sh/expand.c index b2046ccd563f..9c088c94be85 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -155,8 +155,7 @@ stputs_quotes(const char *data, const char *syntax, char *p) * expansion are always performed; additional expansions can be requested * via flag (EXP_*). * The result is left in the stack string. - * When arglist is NULL, perform here document expansion. A partial result - * may be written to herefd, which is then not included in the stack string. + * When arglist is NULL, perform here document expansion. * * Caution: this function uses global state and is not reentrant. * However, a new invocation after an interrupted invocation is safe