]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
fix comment
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:54:02 +0000 (13:54 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:54:02 +0000 (13:54 +0000)
src/repo.h

index 952c7060418ab6a81f212787f191bf51ea0899ce..619e77ea70c086f5c17eaecdfcd411a20da4611f 100644 (file)
@@ -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);