diff options
Diffstat (limited to 'strings/my_vsnprintf.c')
-rw-r--r-- | strings/my_vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c index c6d9e8530dd..087e13997f8 100644 --- a/strings/my_vsnprintf.c +++ b/strings/my_vsnprintf.c @@ -312,7 +312,7 @@ static char *process_int_arg(char *to, const char *end, size_t length, /** - Procesed positional arguments. + Processed positional arguments. @param cs string charset @param to buffer where processed string will be place |