Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.1087 diff -u -p -r1.1087 common.inc --- includes/common.inc 13 Jan 2010 06:26:49 -0000 1.1087 +++ includes/common.inc 13 Jan 2010 07:46:32 -0000 @@ -6489,7 +6489,7 @@ function entity_get_controller($entity_t * * If adding a new entity similar to nodes, comments or users, you should * invoke this function during the ENTITY_build_content() or - * ENTITY_build_multiple() phases of rendering to allow other modules to alter + * ENTITY_view_multiple() phases of rendering to allow other modules to alter * the objects during this phase. This is needed for situations where * information needs to be loaded outside of ENTITY_load() - particularly * when loading entities into one another - i.e. a user object into a node, due