summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 11:56:39 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 11:56:39 +0000
commit5f6bddc33a7505e028e240145000f3dbe3764b00 (patch)
tree4890bd0951eb6e1c9ac3b17e6cbb9a466654ef01 /include/apr.hw
parent5a0e763cd4dcaa98cb641a73fc29b25bcefb294d (diff)
downloadlibapr-5f6bddc33a7505e028e240145000f3dbe3764b00.tar.gz
Fix old reference to AP_MODULE_DECLARE_DATA.
PR: 45857 Submitted by: Jonathan Leffler <jonathan leffler gmail.com> Reviewed by: trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@767897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index d65023eaf..a25ef358f 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -524,7 +524,7 @@ typedef apr_uint32_t apr_uintptr_t;
#define APR_DECLARE_NONSTD(type) type
/**
- * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
+ * The public APR variables are declared with APR_DECLARE_DATA.
* This assures the appropriate indirection is invoked at compile time.
* @see APR_DECLARE @see APR_DECLARE_NONSTD
* @remark Note that the declaration and implementations use different forms,