diff options
Diffstat (limited to 'sds.c')
-rw-r--r-- | sds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ sds sdscpy(sds s, const char *t) { * conversion. 's' must point to a string with room for at least * SDS_LLSTR_SIZE bytes. * - * The function returns the lenght of the null-terminated string + * The function returns the length of the null-terminated string * representation stored at 's'. */ #define SDS_LLSTR_SIZE 21 int sdsll2str(char *s, long long value) { |