summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rpm/rpmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpm/rpmds.h b/include/rpm/rpmds.h
index b9129ad75..9814ae2b1 100644
--- a/include/rpm/rpmds.h
+++ b/include/rpm/rpmds.h
@@ -200,7 +200,7 @@ int rpmdsIx(const rpmds ds);
* Set dependency set index.
* @param ds dependency set
* @param ix new index
- * @return current index
+ * @return new index, -1 on error
*/
int rpmdsSetIx(rpmds ds, int ix);