diff --git a/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php b/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
index 0994cba0aa10a93044ccd169074e913b0a531e7e..8a25c2aee9ddb17eddb0e5b88bc81a94ae83afd4 100644
--- a/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
+++ b/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
@@ -121,10 +121,9 @@ protected function processAccessHookResults(array $access) {
    * do their own custom access checking.
    *
    * @param \Drupal\Core\Entity\EntityInterface $entity
-   *   The entity for which to check 'create' access.
+   *   The entity for which to check access.
    * @param string $operation
-   *   The entity operation. Usually one of 'view', 'update', 'create' or
-   *   'delete'.
+   *   The entity operation. Usually one of 'view', 'update' or 'delete'.
    * @param string $langcode
    *   The language code for which to check access.
    * @param \Drupal\Core\Session\AccountInterface $account