diff --git a/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php b/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php
index f637656416a856f3c908e28ffca3d5f0c3fd2961..97d17f26a6297e3c0eed4229da42178e579f583c 100644
--- a/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php
+++ b/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Facet-driven channel provider.
+ * Abstract base class for channel providers.
  *
  * PHP version 5
  *
@@ -31,7 +31,7 @@ use VuFind\Cover\Router as CoverRouter;
 use VuFind\Search\Base\Params;
 
 /**
- * Facet-driven channel provider.
+ * Abstract base class for channel providers.
  *
  * @category VuFind
  * @package  Channels