Merge pull request #341 from Dmitry-Me/cleanupComment

Remove redundant comment, fix typo and formatting
This commit is contained in:
Lee Thomason 2015-05-26 09:18:55 -07:00
commit 32de9f02f5
1 changed files with 1 additions and 2 deletions

View File

@ -547,8 +547,7 @@ char* XMLDocument::Identify( char* p, XMLNode** node )
return p; return p;
} }
// What is this thing? // These strings define the matching patterns:
// These strings define the matching patters:
static const char* xmlHeader = { "<?" }; static const char* xmlHeader = { "<?" };
static const char* commentHeader = { "<!--" }; static const char* commentHeader = { "<!--" };
static const char* cdataHeader = { "<![CDATA[" }; static const char* cdataHeader = { "<![CDATA[" };