]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix comments
authorMichael Schroeder <mls@suse.de>
Mon, 29 Feb 2016 13:14:05 +0000 (14:14 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 29 Feb 2016 13:14:05 +0000 (14:14 +0100)
ext/repo_rpmmd.c

index 77366c258ecd4d44a891290b724192f5f9984b3e..5ef5c25af33602982ba9e61b443b868e521ef1cf 100644 (file)
@@ -259,11 +259,8 @@ struct parsedata {
   Id changelog_handle;
 
   int extending;                       /* are we extending an existing solvable? */
-
-  /* first solvable we added */
-  int first;
-  /* cspool ok to use */
-  int cshash_filled;
+  int first;                           /* first solvable we added */
+  int cshash_filled;                   /* hash is filled with data */
 
   Hashtable cshash;                    /* checksum hash -> offset into csdata */
   Hashval cshashm;                     /* hash mask */