diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php
index 9d28a75..908f420 100644
--- a/system/libraries/Typography.php
+++ b/system/libraries/Typography.php
@@ -143,7 +143,7 @@
 						// we will retain them instead of using our tags.
 						'/(<p.*?>)<p>/'		=> '$1', // <?php BBEdit syntax coloring bug fix
 						
-						// Reduce multiple paragraphs to a single one
+						// Reduce multiple instances of opening/closing paragraph tags to a single one
 						'/(<\/p>)+/'		=> '</p>',
 						'/(<p><p>)+/'		=> '<p>',