diff -u b/includes/common.inc b/includes/common.inc --- b/includes/common.inc +++ b/includes/common.inc @@ -7836,7 +7836,7 @@ * Get the entity controller for an entity type. * * @return DrupalEntityControllerInterface - * The entity controller object for the specified entity type. + * The entity controller object for the specified entity type. */ function entity_get_controller($entity_type) { $controllers = &drupal_static(__FUNCTION__, array());