Did a little clean up.  Nothing that affected functionality
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index b45b003..9d91932 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -111,7 +111,7 @@
 	 */

 	function db_set_charset($charset, $collation)

 	{

-		// TODO - add support if needed

+		// @todo - add support if needed

 		return TRUE;

 	}