doc
authorMichael Andres <ma@suse.de>
Fri, 11 Apr 2008 12:52:04 +0000 (12:52 +0000)
committerMichael Andres <ma@suse.de>
Fri, 11 Apr 2008 12:52:04 +0000 (12:52 +0000)
zypp/ResPool.h

index b5d13ca..85fd854 100644 (file)
@@ -217,8 +217,9 @@ namespace zypp
       //@{
 
       /** \name Iterate over all satisfied products.
-       * \note Satisfied reflects the satuts as determined by the last solver run.
-      */
+       * \note Is satisfied status is computed and updated on each solver
+       * run. So it does not reflect any changes made since the last solver run.
+       */
       //@{
       typedef filter_iterator<filter::SatisfiedProducts,const_iterator> satisfiedProducts_iterator;