]> git.cworth.org Git - apitrace/blobdiff - common/os_string.hpp
Merge branch 'opengl-4.3'
[apitrace] / common / os_string.hpp
index a277707753e9d10a58c417d128b469c6fcf3a16a..78d02f2cacc5a4bbefcf430249a74361b068377a 100644 (file)
@@ -206,7 +206,7 @@ public:
         va_list args_copy;
         va_copy(args_copy, args);
 #ifdef _WIN32
-        /* We need to use _vcsprintf to calculate the length as vsnprintf returns -1
+        /* We need to use _vscprintf to calculate the length as vsnprintf returns -1
          * if the number of characters to write is greater than count.
          */
         length = _vscprintf(format, args_copy);