diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-06-27 16:31:25 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-06-27 16:31:25 +0000 |
commit | e0cc2938635d5202e5c41715ac4a8ab2d2a99e35 (patch) | |
tree | 3d604c1a4efc362cc41f864aa1be50e8c10facfb /include | |
parent | 1d74f16cdb9444e6913a28e4c19ee0ce944e3389 (diff) | |
download | httpd-e0cc2938635d5202e5c41715ac4a8ab2d2a99e35.tar.gz |
Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788994 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 e6f6858f92..e78111d646 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -36,7 +36,7 @@ * Minor API changes that do not cause binary compatibility problems. * Should be reset to 0 when upgrading MODULE_MAGIC_NUMBER_MAJOR. * - * See the MODULE_MAGIC_AT_LEAST macro below for an example. + * See the AP_MODULE_MAGIC_AT_LEAST macro below for an example. */ /* |