summaryrefslogtreecommitdiff
path: root/lib/fprint.c
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2015-02-17 15:29:59 +0100
committerFlorian Festi <ffesti@redhat.com>2015-02-17 15:31:22 +0100
commitb151b5297b574253e122014a40955d53af12749c (patch)
tree26ba26142d15df616964fcbe0ad13b7340732075 /lib/fprint.c
parentae251c379c9838b61ede538f7fcb98ef4f1ed79f (diff)
downloadrpm-b151b5297b574253e122014a40955d53af12749c.tar.gz
Fix doxygen warnings
Make shure parameter descriptions in doc strings match the functions
Diffstat (limited to 'lib/fprint.c')
-rw-r--r--lib/fprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fprint.c b/lib/fprint.c
index 9274dcfdc..65eaeec66 100644
--- a/lib/fprint.c
+++ b/lib/fprint.c
@@ -251,7 +251,7 @@ int fpLookup(fingerPrintCache cache,
/**
* Return hash value for a finger print.
* Hash based on dev and inode only!
- * @param key pointer to finger print entry
+ * @param fp pointer to finger print entry
* @return hash value
*/
static unsigned int fpHashFunction(const fingerPrint * fp)