From e252925aebb981b9bfd94ab666e64136b1c386f3 Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 2 Feb 2011 21:48:53 +0000 Subject: sh: Remove comment mentioning herefd, which is gone. --- bin/sh/expand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/sh') diff --git a/bin/sh/expand.c b/bin/sh/expand.c index b2046cc..9c088c9 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 -- cgit v1.1