diff --git a/includes/common.inc b/includes/common.inc
index 34828e8..0ce8cb2 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -7833,7 +7833,10 @@ function entity_load_unchanged($entity_type, $id) {
 }
 
 /**
- * Get the entity controller class for an entity type.
+ * Get the entity controller for an entity type.
+ *
+ * @return DrupalEntityControllerInterface
+ *    The entity controller object for the specified entity type.
  */
 function entity_get_controller($entity_type) {
   $controllers = &drupal_static(__FUNCTION__, array());
