Add more source code documentation.
[adu.git] / string.c
index 2825cdca798d7366277768c522cfdc62ff5d315a..a219bef6fec4410e2eb44c07713f02778a42cf60 100644 (file)
--- a/string.c
+++ b/string.c
@@ -170,7 +170,7 @@ __must_check __malloc char *adu_strcat(char *a, const char *b)
  * Convert a string to a 64-bit signed integer value.
  *
  * \param str The string to be converted.
- * \param value Result pointer.
+ * \param result Result pointer.
  *
  * \return Standard.
  *