diff --git a/core/modules/system/entity.api.php b/core/modules/system/entity.api.php
index f87f5a33aa544548de5d09bb36bd340b4843bfa4..8414b72b82cf031ae8ae9702243e93a8d2a3689c 100644
--- a/core/modules/system/entity.api.php
+++ b/core/modules/system/entity.api.php
@@ -684,7 +684,7 @@ function hook_entity_field_info_alter(&$info, $entity_type) {
  *
  * @param array $operations
  *   Operations array as returned by
- *   \Drupal\Core\Entity\EntityStorageControllerInterface::getOperations().
+ *   \Drupal\Core\Entity\EntityListControllerInterface::getOperations().
  * @param \Drupal\Core\Entity\EntityInterface $entity
  *   The entity on which the linked operations will be performed.
  */