diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
index 0b98f869f5b8919c25ba1e9e63d09085693aa85e..b22319c98dc0bcbeab2b23fafe987c174a9e0a7f 100644
--- a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
+++ b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
@@ -29,7 +29,7 @@ namespace VuFind\Controller\Plugin;
 use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Session\Container;
 
 /**
- * Zend action helper to perform renewal-related actions
+ * Zend action helper to perform holds-related actions
  *
  * @category VuFind2
  * @package  Controller_Plugins
@@ -325,4 +325,4 @@ class Holds extends AbstractPlugin
             0, 0, 0, date("m")+$m,   date("d")+$d,   date("Y")+$y
         );
     }
-}
\ No newline at end of file
+}