
fuankg at apache
Jun 27, 2009, 9:31 AM
Post #1 of 1
(121 views)
Permalink
|
|
svn commit: r788994 - /httpd/httpd/trunk/include/ap_mmn.h
|
|
Author: fuankg Date: Sat Jun 27 16:31:25 2009 New Revision: 788994 URL: http://svn.apache.org/viewvc?rev=788994&view=rev Log: Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis. Modified: httpd/httpd/trunk/include/ap_mmn.h Modified: httpd/httpd/trunk/include/ap_mmn.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=788994&r1=788993&r2=788994&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_mmn.h (original) +++ httpd/httpd/trunk/include/ap_mmn.h Sat Jun 27 16:31:25 2009 @@ -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. */ /*
|