summaryrefslogtreecommitdiff
path: root/includes/entity.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/entity.inc')
-rw-r--r--includes/entity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/entity.inc b/includes/entity.inc
index 832abe2fd..e7356029a 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -415,7 +415,7 @@ class EntityFieldQueryException extends Exception {}
* an EntityFieldQueryException will be raised if an unsupported condition is
* specified or if the query has field conditions or sorts that are stored in
* different field storage engines. However, this logic can be overridden in
- * hook_entity_query().
+ * hook_entity_query_alter().
*
* Also note that this query does not automatically respect entity access
* restrictions. Node access control is performed by the SQL storage engine but