diff --git a/includes/database.inc b/includes/database.inc
index d2992dc8b3a8cd7425744a4f12f51979e9af1b5a..fa2d6d2ad5aba3e134bee23bccd697a40bb7d4d2 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -96,7 +96,7 @@ function db_prefix_tables($sql) {
  *   The name assigned to the newly active database connection. If omitted, the
  *   default connection will be made active.
  *
- * @return the name of the 
+ * @return the name of the previously active database or FALSE if non was found.
  */
 function db_set_active($name = 'default') {
   global $db_url, $db_type, $active_db;