summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-02-07 22:49:34 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-02-07 22:49:34 +0000
commitfffee5c71baeaf462ae3f94c7da5d76b7ffdfe6f (patch)
treec1a36a0a1d0825795d27a886d5d5a32e3faab351 /include/apr_general.h
parent19e401d6d9e21068a915207d17f4235fc36c4cd1 (diff)
downloadlibapr-fffee5c71baeaf462ae3f94c7da5d76b7ffdfe6f.tar.gz
apr_revision? Whoops - I rethought that, decided on apr_release.h to
match httpd, and didn't revisit this comment. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 017278071..5973a986e 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -144,7 +144,7 @@ int strncasecmp(const char *a, const char *b, size_t n);
* 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)