diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2014-12-14 22:29:56 -0500 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2014-12-14 22:29:56 -0500 |
commit | c7df86cc2442c29649ae44b629b05818a1742c08 (patch) | |
tree | 9da0b2c0b999b4f572fc8eec0f61d54593afb740 /3rdparty | |
parent | c0169f29abd37dcc8c29510343755c5034a0751a (diff) | |
download | hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.gz hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.bz2 hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.xz hercules-c7df86cc2442c29649ae44b629b05818a1742c08.zip |
Fixed some improper grammar.
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/libconfig/grammar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/libconfig/grammar.c b/3rdparty/libconfig/grammar.c index 26444f816..55216535b 100644 --- a/3rdparty/libconfig/grammar.c +++ b/3rdparty/libconfig/grammar.c @@ -1261,7 +1261,7 @@ YYSTYPE yylval; `yyss': related to states. `yyvs': related to semantic values. - Refer to the stacks thru separate pointers, to allow yyoverflow + Refer to the stacks through separate pointers, to allow yy overflow to reallocate them elsewhere. */ /* The state stack. */ |