diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/string.h b/src/mds-kbdc/string.h index 905c6a3..a07500d 100644 --- a/src/mds-kbdc/string.h +++ b/src/mds-kbdc/string.h @@ -57,7 +57,7 @@ char* string_encode(const char32_t* restrict string) __attribute__((nonnull)); * Create duplicate of a string * * @param string The string - * @return A duplicate of the strnig, `NULL` on error or if `string` is `NULL` + * @return A duplicate of the string, `NULL` on error or if `string` is `NULL` */ char32_t* string_dup(const char32_t* restrict string); |