summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
-rw-r--r--includes/common.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 568b66190..13c912cf4 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -636,7 +636,7 @@ function drupal_settings_initialize() {
* the above, depending on where the module is located.
*
* @param $type
- * The type of the item (i.e. theme, theme_engine, module).
+ * The type of the item (i.e. theme, theme_engine, module, profile).
* @param $name
* The name of the item for which the filename is requested.
* @param $filename
diff --git a/includes/common.inc b/includes/common.inc
index 71b19cc08..76c682c12 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2521,7 +2521,7 @@ function drupal_set_time_limit($time_limit) {
* Returns the path to a system item (module, theme, etc.).
*
* @param $type
- * The type of the item (i.e. theme, theme_engine, module).
+ * The type of the item (i.e. theme, theme_engine, module, profile).
* @param $name
* The name of the item for which the path is requested.
*