From: Ales Kozumplik Date: Wed, 15 Feb 2012 09:51:22 +0000 (+0100) Subject: cosmetic: fix misleading comment in repodata.c X-Git-Tag: BASE-SuSE-Code-12_2-Branch~166^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6%2Fhead;p=thirdparty%2Flibsolv.git cosmetic: fix misleading comment in repodata.c --- diff --git a/src/repodata.c b/src/repodata.c index 2a9fcba4..5e5cfed6 100644 --- a/src/repodata.c +++ b/src/repodata.c @@ -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) {