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~308^2~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c7550c6c0d87bdd67a35bc0d10a3da5c63cc92;p=thirdparty%2Flibsolv.git fix comment --- diff --git a/src/poolid.h b/src/poolid.h index ff3b45d0..5287ac5d 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);