diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php
index 3bded70..3d8d3e0 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -31,7 +31,7 @@
/**
* Singular
*
- * Takes a plural word and makes it singular
+ * Takes a singular word and makes it plural
*
* @access public
* @param string
@@ -64,7 +64,7 @@
/**
* Plural
*
- * Takes a singular word and makes it plural
+ * Takes a plural word and makes it singular
*
* @access public
* @param string