cosmetic: fix misleading comment in repodata.c
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 2a9fcba..5e5cfed 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)
 {