diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index fc04dcb..b3b3e10 100644 --- a/include/string.h +++ b/include/string.h @@ -148,7 +148,7 @@ size_t strlen(const char*) defined(__BSD_SOURCE) /** * Variant of `strlen` that only inspects the - * beginning of s string. + * beginning of a string. * * @param str The string. * @param maxlen The number of bytes to inspect, at most. |