]> git.cworth.org Git - apitrace/commitdiff
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 353a63ab39af56629f4b8447bfcadbc3da38e037..0cae736936ab69636f14d87100e43cc09ade1315 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