summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-03-02 08:55:22 +0200
committerPanu Matilainen <pmatilai@redhat.com>2023-03-02 08:55:45 +0200
commit6b59cd80ce405c370a42e345fdad325813fd13f5 (patch)
treec8a4c923c99f5a44642e26d69644dd3dacf1d5d6
parentbf3cca41eea4e00c60b4573cbb2a42499dee6c15 (diff)
downloadrpm-6b59cd80ce405c370a42e345fdad325813fd13f5.tar.gz
Remove a misleading comment
The rpmdb "instance" number is not and never was an offset of any kind.
-rw-r--r--lib/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header.c b/lib/header.c
index 5ef99bb39..c417a8d16 100644
--- a/lib/header.c
+++ b/lib/header.c
@@ -106,7 +106,7 @@ struct headerToken_s {
indexEntry index; /*!< Array of tags. */
int indexUsed; /*!< Current size of tag array. */
int indexAlloced; /*!< Allocated size of tag array. */
- unsigned int instance; /*!< Rpmdb instance (offset) */
+ unsigned int instance; /*!< Rpmdb instance */
headerFlags flags;
int sorted; /*!< Current sort method */
int nrefs; /*!< Reference count. */