From: José Fonseca Date: Tue, 1 Nov 2011 07:14:46 +0000 (+0000) Subject: Fix typos in _vscprintf comment. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a9a4c1462073dd59919667812136786c3290cc88;p=apitrace Fix typos in _vscprintf comment. --- diff --git a/common/os_path.hpp b/common/os_path.hpp index 353a63a..0cae736 100644 --- a/common/os_path.hpp +++ b/common/os_path.hpp @@ -37,8 +37,8 @@ #include #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