diff --git a/includes/common.inc b/includes/common.inc
index e9286f4eb5e8937e29a88d802ad023eb046d2353..0a3ed73ae698771214c2bd9f724b776b3751960a 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -7388,8 +7388,7 @@ function entity_create_stub_entity($entity_type, $ids) {
 /**
  * Load entities from the database.
  *
- * This function should be used whenever you need to load more than one entity
- * from the database. The entities are loaded into memory and will not require
+ * The entities are stored in a static memory cache, and will not require
  * database access if loaded again during the same page request.
  *
  * The actual loading is done through a class that has to implement the