Просмотр исходного кода

Merge pull request #341 from Dmitry-Me/cleanupComment

Remove redundant comment, fix typo and formatting
Lee Thomason 10 лет назад
Родитель
Сommit
32de9f02f5
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      tinyxml2.cpp

+ 1 - 2
tinyxml2.cpp

@@ -547,8 +547,7 @@ char* XMLDocument::Identify( char* p, XMLNode** node )
         return p;
         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* xmlHeader		= { "<?" };
     static const char* commentHeader	= { "<!--" };
     static const char* commentHeader	= { "<!--" };
     static const char* cdataHeader		= { "<![CDATA[" };
     static const char* cdataHeader		= { "<![CDATA[" };