diff --git a/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php b/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php
index 7d2849c14e471f0253096e043d3a7e47393266f8..b5177476d20e3f43ddaef2d34d2847b5353f3072 100644
--- a/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php
+++ b/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php
@@ -57,7 +57,7 @@ class ForumFormController extends TermFormController implements EntityController
   protected $storageController;
 
   /**
-   * Constructs a new MenuLinkFormController object.
+   * Constructs a new ForumFormController object.
    *
    * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
    *   The module handler.