diff --git a/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php b/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php
index e6a228c..1feb7af 100644
--- a/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php
@@ -73,7 +73,8 @@ public function getFieldStorageDefinitions($entity_type_id);
    *   An array keyed by entity type. Each value is an array which keys are
    *   field names and value is an array with two entries:
    *   - type: The field type.
-   *   - bundles: The bundles in which the field appears.
+   *   - bundles: The bundles array in which both the keys and values are
+   *     identical.
    */
   public function getFieldMap();
 
@@ -97,7 +98,8 @@ public function setFieldMap(array $field_map);
    *   An array keyed by entity type. Each value is an array which keys are
    *   field names and value is an array with two entries:
    *   - type: The field type.
-   *   - bundles: The bundles in which the field appears.
+   *   - bundles: The bundles array in which both the keys and values are
+   *     identical.
    */
   public function getFieldMapByFieldType($field_type);
 
