]> granicus.if.org Git - apache/commitdiff
AddModules does not exist anymore
authorBill Stoddard <stoddard@apache.org>
Mon, 9 Dec 2002 14:42:09 +0000 (14:42 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 9 Dec 2002 14:42:09 +0000 (14:42 +0000)
Submitted by: Stas Bekman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97818 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index 0fcbef6b0e2ee17e3d49a9ebb5e2d3ee305355dd..fcb261909b011aa725b8606c41a6bd3fa65d16db 100644 (file)
@@ -444,7 +444,7 @@ AP_DECLARE(void) ap_register_hooks(module *m, apr_pool_t *p)
 
 AP_DECLARE(void) ap_add_module(module *m, apr_pool_t *p)
 {
-    /* This could be called from an AddModule httpd.conf command,
+    /* This could be called from an LoadModule httpd.conf command,
      * after the file has been linked and the module structure within it
      * teased out...
      */