From bf1dc48ec7ee125752369a544aecc84b9f301e8e Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 11 Oct 2012 15:37:46 -0400
Subject: [PATCH] Fixed comment.

---
 module/VuFind/src/VuFind/Search/Base/Results.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Search/Base/Results.php b/module/VuFind/src/VuFind/Search/Base/Results.php
index eda31e089c9..40289062454 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
      */
-- 
GitLab