diff --git a/module/VuFind/src/VuFind/Search/Base/Results.php b/module/VuFind/src/VuFind/Search/Base/Results.php
index eda31e089c9ebff0d16dbd5a79e056e0c91e04fa..4028906245492d92d10adab392383d9e4c1f0589 100644
--- a/module/VuFind/src/VuFind/Search/Base/Results.php
+++ b/module/VuFind/src/VuFind/Search/Base/Results.php
@@ -182,7 +182,7 @@ abstract class Results implements ServiceLocatorAwareInterface
     /**
      * Abstract support method for performAndProcessSearch -- perform a search based
      * on the parameters passed to the object.  This method is responsible for
-     * filling in all of the key class properties: _results, _resultTotal, etc.
+     * filling in all of the key class properties: results, resultTotal, etc.
      *
      * @return void
      */