diff options
Diffstat (limited to 'src/kernel/lib/lib.h')
-rw-r--r-- | src/kernel/lib/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/lib.h b/src/kernel/lib/lib.h index 6963498..de09e0f 100644 --- a/src/kernel/lib/lib.h +++ b/src/kernel/lib/lib.h @@ -14,7 +14,7 @@ size_t strlen(const char *str); * Compare two strings * @param s1 The first string pointer * @param s2 The second string pointer - * @return The length difference between s1 and s2 + * @return Non-zero if not equal */ size_t strcmp(const char *s1, const char *s2); |