summaryrefslogtreecommitdiff
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-02-04 20:18:32 +0000
committerAndré Malo <nd@apache.org>2004-02-04 20:18:32 +0000
commit93f38ff81d672d33aa0f5b92dde8b89c92728d3a (patch)
tree90a009a83cca28d0ebd3d13ee42efa4e60aad071 /include/ap_mpm.h
parente0af4588ef0451f2fcf70da9548504294e006860 (diff)
downloadhttpd-93f38ff81d672d33aa0f5b92dde8b89c92728d3a.tar.gz
outch. Fix include guard to match the right name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r--include/ap_mpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index d1d3bc8e8f..412c5dea03 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -52,8 +52,8 @@
* <http://www.apache.org/>.
*/
-#ifndef AP_MMN_H
-#define AP_MMN_H
+#ifndef AP_MPM_H
+#define AP_MPM_H
#include "apr_thread_proc.h"