summaryrefslogtreecommitdiff
path: root/Src/subst.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/subst.c')
-rw-r--r--Src/subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c
index 2af61653a..8f5bd355e 100644
--- a/Src/subst.c
+++ b/Src/subst.c
@@ -2837,7 +2837,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int pf_flags,
/*
* previous flags are irrelevant, except for (S) which
* indicates shortest substring; else look for longest,
- # and (*) which temporarily enables extended globbing.
+ * and (*) which temporarily enables extended globbing.
*/
flags = ((flags & SUB_SUBSTR) ? 0 : SUB_LONG)|(flags & SUB_EGLOB);
if ((c = *s) == '/') {