]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
cosmetic: fix misleading comment in repodata.c 6/head
authorAles Kozumplik <akozumpl@redhat.com>
Wed, 15 Feb 2012 09:51:22 +0000 (10:51 +0100)
committerAles Kozumplik <akozumpl@redhat.com>
Wed, 15 Feb 2012 11:49:37 +0000 (12:49 +0100)
src/repodata.c

index 2a9fcba486b18bc75f88098aa7e88d53ab13fe40..5e5cfed65ea85f75e6f7541ea4acc8a926b34de2 100644 (file)
@@ -1123,7 +1123,7 @@ enum {
   di_entersolvablekey
 };
 
-/* see repo.h for documentation */
+/* see dataiterator.h for documentation */
 int
 dataiterator_init(Dataiterator *di, Pool *pool, Repo *repo, Id p, Id keyname, const char *match, int flags)
 {