소스 검색

Merge pull request #341 from Dmitry-Me/cleanupComment

Remove redundant comment, fix typo and formatting
Lee Thomason 10 년 전
부모
커밋
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;
     }
 
-    // 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[" };