Author: wrowe Date: Mon Feb 7 14:49:34 2005 New Revision: 151767 URL: http://svn.apache.org/viewcvs?view=rev&rev=151767 Log:
apr_revision? Whoops - I rethought that, decided on apr_release.h to match httpd, and didn't revisit this comment. Modified: apr/apr/trunk/include/apr_general.h Modified: apr/apr/trunk/include/apr_general.h URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_general.h?view=diff&r1=151766&r2=151767 ============================================================================== --- apr/apr/trunk/include/apr_general.h (original) +++ apr/apr/trunk/include/apr_general.h Mon Feb 7 14:49:34 2005 @@ -144,7 +144,7 @@ * String and memory functions */ -/* APR_STRINGIFY is defined here, and also in apr_revision.h, so wrap it */ +/* APR_STRINGIFY is defined here, and also in apr_release.h, so wrap it */ #ifndef APR_STRINGIFY /** Properly quote a value as a string in the C preprocessor */ #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n)