Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1055
diff -u -r1.1055 common.inc
--- includes/common.inc	2 Dec 2009 15:09:16 -0000	1.1055
+++ includes/common.inc	3 Dec 2009 00:53:50 -0000
@@ -5600,7 +5600,7 @@
  */
 
 /**
- * Create all tables that a module defines in its hook_schema().
+ * Creates all tables in a module's hook_schema() implementation.
  *
  * Note: This function does not pass the module's schema through
  * hook_schema_alter(). The module's tables will be created exactly as the
@@ -5608,10 +5608,6 @@
  *
  * @param $module
  *   The module for which the tables will be created.
- * @return
- *   An array of arrays with the following key/value pairs:
- *    - success: a boolean indicating whether the query succeeded.
- *    - query: the SQL query(s) executed, passed through check_plain().
  */
 function drupal_install_schema($module) {
   $schema = drupal_get_schema_unprocessed($module);
