diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-01 00:03:05 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:28 +0200 |
commit | adf031f1ce3891635d7c3af2bb2f3e90de52c6ca (patch) | |
tree | 25be6474034445a70fea1d59041e73fe6f84074e /src/core/parser/stack | |
parent | ac76b77537e8dd620ad15505f2f9ba22b7fe9cb7 (diff) |
Some small formatting and comment changes, introduce more anonymous namespaces in cpp
Diffstat (limited to 'src/core/parser/stack')
-rw-r--r-- | src/core/parser/stack/Handler.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser/stack/Handler.hpp b/src/core/parser/stack/Handler.hpp index 17c91d8..9355e09 100644 --- a/src/core/parser/stack/Handler.hpp +++ b/src/core/parser/stack/Handler.hpp @@ -370,8 +370,8 @@ public: * <li>The token marks the end of some element that is unknown the calling * code. So the operation itself was a success, but the calling code * should not call the "end" method. - * <li>The token did not anything in this context. Basically this shuold - * never happen, but who knows.</li> + * <li>The token did not match anything in this context. Basically this + * should never happen, but who knows.</li> * </ol> * * @param id is the Token for which the handler should be started. |