summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r--bin/sh/expand.c3
1 files changed, 1 insertions, 2 deletions
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
OpenPOWER on IntegriCloud