Przeglądaj źródła

Remove redundant comment, fix typo and formatting

Dmitry-Me 10 lat temu
rodzic
commit
962083b9d1
1 zmienionych plików z 1 dodań i 2 usunięć
  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[" };