From 6409a87e7505faebe9d97093b017e229a72ac8a0 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 (cherry picked from commit 3b35ff47651e4893ce537a273466766b962362da) --- src/lib/idmap/sss_idmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/idmap/sss_idmap.h b/src/lib/idmap/sss_idmap.h index ccc63f7f7..079708329 100644 --- a/src/lib/idmap/sss_idmap.h +++ b/src/lib/idmap/sss_idmap.h @@ -608,7 +608,7 @@ enum idmap_error_code sss_idmap_free_smb_sid(struct sss_idmap_ctx *ctx, * @brief Free mapped binary SID. * * @param[in] ctx Idmap context - * @param[in] smb_sid Binary SID to be freed. + * @param[in] bin_sid Binary SID to be freed. * * @return * - #IDMAP_CONTEXT_INVALID: Provided context is invalid -- cgit