Remove redundant comment, fix typo and formatting

This commit is contained in:
Dmitry-Me 2015-05-26 11:38:30 +03:00
parent 735ce51124
commit 962083b9d1
1 changed files with 1 additions and 2 deletions

View File

@ -547,8 +547,7 @@ char* XMLDocument::Identify( char* p, XMLNode** node )
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[" };