about summary refs log tree commit diff
path: root/Src/subst.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-13 16:17:08 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-13 16:17:08 +0000
commitd2b14d6baa162305a2b1678fddb05b2d152a3cac (patch)
tree1266820c864db9dd7a7ac471f7cc4e02f29d7d1a /Src/subst.c
parent5dcad54926186c572d7dd653c1d621246048479f (diff)
downloadzsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.tar.gz
zsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.tar.xz
zsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.zip
zsh-3.1.6-pws-4 zsh-3.1.6-pws-4
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 12e1cf351..48dac35e6 100644
--- a/Src/subst.c
+++ b/Src/subst.c
@@ -242,7 +242,7 @@ singsub(char **s)
 }
 
 /* Perform substitution on a single word. Unlike with singsub, the      *
- * result can have more than one words. A single word result is stored  *
+ * result can have more than one word. A single word result is sorted   *
  * in *s and *isarr is set to zero; otherwise *isarr is set to 1 and    *
  * the result is stored in *a. If `a' is zero a multiple word result is *
  * joined using sep or the IFS parameter if sep is zero and the result  *