commit | 962083b9d1d699f3e73714bf7567c2cca9aedd1c | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Tue May 26 11:38:30 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Tue May 26 11:38:30 2015 +0300 |
tree | b3ee584836bd5d0d2b2769b1d9a5a383405cc2b2 | |
parent | 735ce51124e8a0856d2737795862a5c4e30f0fbb [diff] [blame] |
Remove redundant comment, fix typo and formatting
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 667170f..b00d819 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -547,8 +547,7 @@ return p; } - // What is this thing? - // These strings define the matching patters: + // These strings define the matching patterns: static const char* xmlHeader = { "<?" }; static const char* commentHeader = { "<!--" }; static const char* cdataHeader = { "<![CDATA[" };