summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 7b185bcb4..89684e84a 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -513,7 +513,7 @@ bool string_in_list(const char *string, char **list, bool case_sensitive);
* prevents the compiler from optimizing out
*
* @param data The address of buffer to wipe
- * @param s Size of the buffer
+ * @param size Size of the buffer
*/
void safezero(void *data, size_t size);