From a9a4c1462073dd59919667812136786c3290cc88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 1 Nov 2011 07:14:46 +0000 Subject: [PATCH] Fix typos in _vscprintf comment. --- common/os_path.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0