summaryrefslogtreecommitdiff
path: root/src/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/var.c')
-rw-r--r--src/var.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/var.c b/src/var.c
index ade60c5..e3c92eb 100644
--- a/src/var.c
+++ b/src/var.c
@@ -29,7 +29,7 @@
#include <sys/sysctl.h>
#endif
-__RCSID("$MirOS: src/bin/mksh/var.c,v 1.236 2020/04/13 16:29:34 tg Exp $");
+__RCSID("$MirOS: src/bin/mksh/var.c,v 1.237 2020/06/22 17:11:03 tg Exp $");
/*-
* Variables
@@ -1900,7 +1900,7 @@ c_typeset(const char **wp)
break;
}
- /* see comment below regarding possible opions */
+ /* see comment below regarding possible options */
opts = istset ? "L#R#UZ#afgi#lnprtux" : "p";
builtin_opt.flags |= GF_PLUSOPT;