From: Klaus Kaempf Date: Fri, 1 Aug 2008 13:06:46 +0000 (+0000) Subject: fix comment X-Git-Tag: BASE-SuSE-Code-12_1-Branch~595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33c7550c6c0d87bdd67a35bc0d10a3da5c63cc92;p=platform%2Fupstream%2Flibsolv.git fix comment --- diff --git a/src/poolid.h b/src/poolid.h index ff3b45d..5287ac5 100644 --- a/src/poolid.h +++ b/src/poolid.h @@ -22,7 +22,7 @@ typedef struct _Reldep { Id name; // "package" Id evr; // "0:42-3" - int flags; // operation/relation, see REL_x below + int flags; // operation/relation, see REL_x in pool.h } Reldep; extern Id str2id(Pool *pool, const char *, int);