diff --git a/Tests/Controller/CLUSessionTest.php b/Tests/Controller/CLUSessionTest.php
index d3d5f0a..d447ebe 100644
--- a/Tests/Controller/CLUSessionTest.php
+++ b/Tests/Controller/CLUSessionTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\clu\Tests\CLUSession.
- */
-
 namespace Drupal\clu\Tests;
 
 use Drupal\simpletest\WebTestBase;
diff --git a/clu.module b/clu.module
index e5ea26c..cf07865 100755
--- a/clu.module
+++ b/clu.module
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Currenlty logged-in users module file.
+ * Currently logged-in users module file.
  */
 
 use Drupal\Core\Routing\RouteMatchInterface;
diff --git a/src/Controller/CLUSession.php b/src/Controller/CLUSession.php
index f1ddb7f..32906e2 100644
--- a/src/Controller/CLUSession.php
+++ b/src/Controller/CLUSession.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\clu\Controller\CLUSession.
- */
-
 namespace Drupal\clu\Controller;
 
 use Drupal\Core\Controller\ControllerBase;
diff --git a/src/Form/CLUConfirmForm.php b/src/Form/CLUConfirmForm.php
index d022c3d..b6737a4 100644
--- a/src/Form/CLUConfirmForm.php
+++ b/src/Form/CLUConfirmForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\clu\Form\CLUConfirmForm.
- */
-
 namespace Drupal\clu\Form;
 
 use Drupal\Core\Form\ConfirmFormBase;
diff --git a/src/Form/CLUListingUsers.php b/src/Form/CLUListingUsers.php
index 7060f24..60fb9a0 100644
--- a/src/Form/CLUListingUsers.php
+++ b/src/Form/CLUListingUsers.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\clu\Form\CLUListingUsers.
- */
-
 namespace Drupal\clu\Form;
 
 use Drupal\Core\Form\FormBase;
