[Scummvm-git-logs] scummvm master -> a4b97f6d490c42c2f58d419c28bcae74f5519cef

digitall noreply at scummvm.org
Sun Mar 5 15:55:27 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a4b97f6d49 COMMON: Fixed typo in sprintf_s comment


Commit: a4b97f6d490c42c2f58d419c28bcae74f5519cef
    https://github.com/scummvm/scummvm/commit/a4b97f6d490c42c2f58d419c28bcae74f5519cef
Author: medobob1 (99229298+medobob1 at users.noreply.github.com)
Date: 2023-03-05T15:55:23Z

Commit Message:
COMMON: Fixed typo in sprintf_s comment

Changed paths:
    common/str.h


diff --git a/common/str.h b/common/str.h
index 0d679b4700b..d4d3cfbd6cb 100644
--- a/common/str.h
+++ b/common/str.h
@@ -457,7 +457,7 @@ FORCEINLINE GCC_PRINTF(2, 0) int vsprintf_s(T (&dst)[N], const char *format, va_
 /**
  * A sprintf shim which warns when the buffer overruns and null terminates in this case
  *
- * @param dst Where the resulting string will be storeyyd.
+ * @param dst Where the resulting string will be stored.
  * @param size The (total) size of the destination buffer.
  * @param format The format string.
  */




More information about the Scummvm-git-logs mailing list