summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h
index c0b2dd7b44..095880d918 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -724,7 +724,7 @@ AP_DECLARE(const char *) ap_find_module_name(module *m);
/**
* Find the short name of the module identified by the specified module index
* @param module_index The module index to get the name for
- * @return the name of the module
+ * @return the name of the module, NULL if not found
*/
AP_DECLARE(const char *) ap_find_module_short_name(int module_index);
/**