diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 265aaf0..807a7a8 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -19,7 +19,10 @@
* Code Igniter Profiler Class
*
* This class enables you to display benchmark, query, and other data
- * in order to help with debugging and optimization
+ * in order to help with debugging and optimization.
+ *
+ * Note: At some point it would be good to move all the HTML in this class
+ * into a set of template files in order to allow customization.
*
* @package CodeIgniter
* @subpackage Libraries
@@ -164,7 +167,7 @@
// --------------------------------------------------------------------
/**
- * Run the Auto-profiler
+ * Run the Profiler
*
* @access private
* @return string