diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 7fecabd..6e6fb67 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -46,7 +46,7 @@
 	 * Auto Profiler
 	 *
 	 * This function cycles through the entire array of mark points and
-	 * matches any two points that are named identially (ending in "_start"
+	 * matches any two points that are named identically (ending in "_start"
 	 * and "_end" respectively).  It then compiles the execution times for
 	 * all points and returns it as an array
 	 *