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://review.tizen.org/git/?a=commitdiff_plain;h=a18f35dc8d3d412f289555043772737adc9c7c29;p=platform%2Fupstream%2Flibsolv.git cosmetic: fix misleading comment in repodata.c --- diff --git a/src/repodata.c b/src/repodata.c index 2a9fcba..5e5cfed 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) {