Merge pull request #354 from Dmitry-Me/properCapsVisualStudio

Proper capitalize Visual Studio in comment
This commit is contained in:
Lee Thomason 2015-06-23 16:30:01 -07:00
commit 70fd52a574
1 changed files with 1 additions and 1 deletions

View File

@ -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,