summaryrefslogtreecommitdiff
path: root/usr/src/cmd/expr/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/expr/compile.c')
-rw-r--r--usr/src/cmd/expr/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/expr/compile.c b/usr/src/cmd/expr/compile.c
index 92d71f20f3..b68e0a267e 100644
--- a/usr/src/cmd/expr/compile.c
+++ b/usr/src/cmd/expr/compile.c
@@ -119,7 +119,7 @@ advance(const char *instr, const char *expbuf)
/*
* the compile and step routines here simulate the old libgen routines of
- * compile/step Re: regexpr(3G). in order to do this, we must assume
+ * compile/step Re: regexpr(3GEN). in order to do this, we must assume
* that expbuf[] consists of the following format:
* 1) the first two bytes consist of a special encoding - see below.
* 2) the next part is a regex_t used by regexec()/regcomp() for step