]> git.cworth.org Git - apitrace/blobdiff - common/os_path.hpp
Fix typos in _vscprintf comment.
[apitrace] / 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