From: Klaus Kaempf Date: Thu, 14 Feb 2008 13:54:02 +0000 (+0000) Subject: fix comment X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0913065c3d236461d35f43718e494bfaeb4ca78f;p=thirdparty%2Flibsolv.git fix comment --- diff --git a/src/repo.h b/src/repo.h index 952c7060..619e77ea 100644 --- a/src/repo.h +++ b/src/repo.h @@ -165,7 +165,7 @@ void repo_search(Repo *repo, Id p, Id key, const char *match, int flags, int (*c /* returns the string value of the attribute, or NULL if not found */ const char * repo_lookup_str(Solvable *s, Id key); -/* returns the string value of the attribute, or 0 if not found */ +/* returns the integer value of the attribute, or 0 if not found */ int repo_lookup_num(Solvable *s, Id key); void repo_set_id(Repo *repo, Id p, Id keyname, Id id);