diff options
Diffstat (limited to 'src/include/regex/regerrs.h')
-rw-r--r-- | src/include/regex/regerrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regerrs.h b/src/include/regex/regerrs.h index 809b5112660..41e25f7ff00 100644 --- a/src/include/regex/regerrs.h +++ b/src/include/regex/regerrs.h @@ -75,7 +75,7 @@ }, { - REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states" + REG_ETOOBIG, "REG_ETOOBIG", "regular expression is too complex" }, { |