diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
index 5c32717dea914c7026eb1fae4be88b00706ebd24..8f2ed21fce543c84dc05f6faaa7ee29e0480749f 100644
--- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
+++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
@@ -68,7 +68,7 @@ public function getEntityType();
   public function condition($field, $value = NULL, $operator = NULL, $langcode = NULL);
 
   /**
-   * Queries for the existence of a field.
+   * Queries for a non-empty value on a field.
    *
    * @param $field
    *   Name of a field.
@@ -79,7 +79,7 @@ public function condition($field, $value = NULL, $operator = NULL, $langcode = N
   public function exists($field, $langcode = NULL);
 
   /**
-   * Queries for the nonexistence of a field.
+   * Queries for an empty field.
    *
    * @param $field.
    *   Name of a field.