]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/class_DefaultIterator.php
A lot 'FooClientBar' classes renamed to 'FooPeerBar' for naming convention, added...
[hub.git] / application / hub / main / iterator / pool / class_DefaultIterator.php
index 949c6c1882c99adc9fc814d4a8307c5645f282b2..c40dbd9d6c66bb50b722097d5a173609804b022d 100644 (file)
@@ -110,7 +110,7 @@ class DefaultIterator extends BaseIterator implements Iterator {
         * @return      $isValid        Wether the current entry is there
         */
        public function valid () {
-               // Check for total active clients and if we are not at the end
+               // Check for total active peers and if we are not at the end
                $isValid = ($this->key() < $this->getListInstance()->count());
 
                // Return result