Fix typos in _vscprintf comment.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 1 Nov 2011 07:14:46 +0000 (07:14 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 1 Nov 2011 07:14:57 +0000 (07:14 +0000)
common/os_path.hpp

index 353a63a..0cae736 100644 (file)
@@ -37,8 +37,8 @@
 #include <stddef.h>
 
 #ifdef __MINGW32__
-// Some versions of are missing _vscprintf's decleration, although still
-// provide the symbol in the import library.
+// Some versions of MinGW are missing _vscprintf's declaration, although they
+// still provide the symbol in the import library.
 extern "C" _CRTIMP int _vscprintf(const char *format, va_list argptr);
 #endif