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-17 17:41:36 +0100
commit3b35ff47651e4893ce537a273466766b962362da (patch)
tree4be171711602fb8e0b7745702ab6f88b6865456b /src/util
parenta51ab133bb91caf219ebc459375e9a55ebf2b123 (diff)
downloadsssd-3b35ff47651e4893ce537a273466766b962362da.tar.gz
sssd-3b35ff47651e4893ce537a273466766b962362da.tar.xz
sssd-3b35ff47651e4893ce537a273466766b962362da.zip
DOC: Fix names of arguments in doxygen comments
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
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 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);