[ci skip] fix comment
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index bad641d..848516a 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1793,7 +1793,7 @@
 	 * the table prefix onto it. Some logic is necessary in order to deal with
 	 * column names that include the path. Consider a query like this:
 	 *
-	 * SELECT * FROM hostname.database.table.column AS c FROM hostname.database.table
+	 * SELECT hostname.database.table.column AS c FROM hostname.database.table
 	 *
 	 * Or a query with aliasing:
 	 *