Browse Source

Proper capitalize Visual Studio in comment

Dmitry-Me 11 năm trước cách đây
mục cha
commit
1ca593c4ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

@@ -31,7 +31,7 @@ distribution.
 #endif
 
 #if defined(_MSC_VER) && (_MSC_VER >= 1400 ) && (!defined WINCE)
-	// Microsoft visual studio, version 2005 and higher. Not WinCE.
+	// Microsoft Visual Studio, version 2005 and higher. Not WinCE.
 	/*int _snprintf_s(
 	   char *buffer,
 	   size_t sizeOfBuffer,