summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 0fa5aeea3..0efcedbc3 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -530,7 +530,7 @@ function hook_mail_alter(&$message) {
/**
* Alter the information parsed from module and theme .info files
*
- * This hook is invoked in module_rebuild_cache() and in system_theme_data().
+ * This hook is invoked in _system_get_module_data() and in _system_get_theme_data().
* A module may implement this hook in order to add to or alter the data
* generated by reading the .info file with drupal_parse_info_file().
*