summaryrefslogtreecommitdiff
path: root/include/rpm/rpmtag.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpm/rpmtag.h')
-rw-r--r--include/rpm/rpmtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpm/rpmtag.h b/include/rpm/rpmtag.h
index 24a5b8103..8314cd476 100644
--- a/include/rpm/rpmtag.h
+++ b/include/rpm/rpmtag.h
@@ -528,7 +528,7 @@ rpmTagClass rpmTagGetClass(rpmTagVal tag);
/** \ingroup rpmtag
* Return tag value from name.
* @param tagstr name of tag
- * @return tag value, -1 on not found
+ * @return tag value, RPMTAG_NOT_FOUND on not found
*/
rpmTagVal rpmTagGetValue(const char * tagstr);