Merge pull request #342 from Dmitry-Me/testErrorNames
Test error name is non-empty for the whole range
diff --git a/tinyxml2.cpp b/tinyxml2.cpp
index 286827a..fde1801 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[" };