diff --git a/core/modules/user/src/RoleInterface.php b/core/modules/user/src/RoleInterface.php
index 4633637958..f5e9417f36 100644
--- a/core/modules/user/src/RoleInterface.php
+++ b/core/modules/user/src/RoleInterface.php
@@ -13,12 +13,12 @@
 interface RoleInterface extends ConfigEntityInterface {
 
   /**
-   * Role ID for anonymous users; should match what's in the "role" table.
+   * Role ID for anonymous users; should match "user__role" table entity_id.
    */
   const ANONYMOUS_ID = AccountInterface::ANONYMOUS_ROLE;
 
   /**
-   * Role ID for authenticated users; should match what's in the "role" table.
+   * Role ID for authenticated users; should match "user__role" table entity_id.
    */
   const AUTHENTICATED_ID = AccountInterface::AUTHENTICATED_ROLE;
 
