From dadf3adbfdf0c4b9692a30c1280ee45f5ec492b5 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Thu, 2 Aug 2012 10:05:21 -0700
Subject: [PATCH] Issue #1705102 by dsdeiz: Fix reference to nonexestent hook
 in EntityFieldQuery docs

---
 includes/entity.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/entity.inc b/includes/entity.inc
index 832abe2fd7ef..e7356029ad4d 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
-- 
GitLab