From 3b35ff47651e4893ce537a273466766b962362da Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 13 Feb 2014 17:46:29 +0100 Subject: DOC: Fix names of arguments in doxygen comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina --- src/util/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/util.h b/src/util/util.h index 14d797480..b5e742f6e 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -460,7 +460,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); -- cgit