Change parameter name to match comment.
[gnulib.git] / lib / strnlen.h
index f1ca757..ba74dba 100644 (file)
@@ -26,7 +26,7 @@
 /* Find the length (number of bytes) of STRING, but scan at most
    MAXLEN bytes.  If no '\0' terminator is found in that many bytes,
    return MAXLEN.  */
-extern size_t strnlen(const char *s, size_t maxlen);
+extern size_t strnlen(const char *string, size_t maxlen);
 #endif
 
 #endif /* STRNLEN_H */