Quellcode durchsuchen

Remove redundant comment, fix typo and formatting

Dmitry-Me vor 11 Jahren
Ursprung
Commit
962083b9d1
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      tinyxml2.cpp

+ 1 - 2
tinyxml2.cpp

@@ -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[" };