]> granicus.if.org Git - apache/commitdiff
outch. Fix include guard to match the right name.
authorAndré Malo <nd@apache.org>
Wed, 4 Feb 2004 20:18:32 +0000 (20:18 +0000)
committerAndré Malo <nd@apache.org>
Wed, 4 Feb 2004 20:18:32 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102504 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mpm.h

index d1d3bc8e8f7232860fda9643f8f3fa41286de35a..412c5dea03a0709b33719a26766cf2bdb9a2a6d9 100644 (file)
@@ -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"