diff options
author | Stefan Fritsch <sf@apache.org> | 2012-02-24 22:27:37 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-02-24 22:27:37 +0100 |
commit | f36eefcf6f7ddb6f14a2edfa32781ed620adc3f6 (patch) | |
tree | 96fc46324fadc36ab5847a7c8b6a9bb0c60ec621 /include | |
parent | Revert Paul's lock free circular queue changes done on MPM-event. (diff) | |
download | apache2-f36eefcf6f7ddb6f14a2edfa32781ed620adc3f6.tar.xz apache2-f36eefcf6f7ddb6f14a2edfa32781ed620adc3f6.zip |
Fix MMN in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 7290324eb2..6fa83daff4 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -393,7 +393,7 @@ * 20120204.0 (2.5.0-dev) Remove ap_create_core_ctx(), ap_core_ctx_get_bb(); * add insert_network_bucket hook, AP_DECLINED * 20120211.0 (2.5.0-dev) Change re_nsub in ap_regex_t from apr_size_t to int. - * 20120211.0 (2.5.0-dev) Add ap_palloc_debug, ap_pcalloc_debug + * 20120211.1 (2.5.0-dev) Add ap_palloc_debug, ap_pcalloc_debug */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ |