From 04bd9a44a74683ad0d83921bfb3aa0c4d5992c75 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 13 Sep 2020 17:13:51 -0700 Subject: Unposted - fix comment --- Src/subst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) == '/') { -- cgit 1.4.1