commit | 1ca593c4cacce1380875e022029b2c546460e1f3 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Mon Jun 22 12:49:32 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Mon Jun 22 12:49:32 2015 +0300 |
tree | 393b6282973fc5ea5ccf877001059b4dd5571d74 | |
parent | aebaeea687f69b41e55f1acbf0a11321c6af5bfd [diff] [blame] |
Proper capitalize Visual Studio in comment
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 356a598..22f513c 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -31,7 +31,7 @@ #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,