summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-02-13 17:46:29 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-26 22:37:09 +0100
commit6409a87e7505faebe9d97093b017e229a72ac8a0 (patch)
tree7083b566831ef632a017e6a6db6d7766579e930d /src/util
parent0aa145fd26584d129fb5a6974f58c232b87bb692 (diff)
downloadsssd-6409a87e7505faebe9d97093b017e229a72ac8a0.tar.gz
sssd-6409a87e7505faebe9d97093b017e229a72ac8a0.tar.xz
sssd-6409a87e7505faebe9d97093b017e229a72ac8a0.zip
DOC: Fix names of arguments in doxygen comments
Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit 3b35ff47651e4893ce537a273466766b962362da)
Diffstat (limited to 'src/util')
-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);