You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/04/12 00:47:14 UTC

svn commit: r1091243 - /apr/apr/trunk/include/apr.hw

Author: trawick
Date: Mon Apr 11 22:47:14 2011
New Revision: 1091243

URL: http://svn.apache.org/viewvc?rev=1091243&view=rev
Log:
fix typo in comment

Modified:
    apr/apr/trunk/include/apr.hw

Modified: apr/apr/trunk/include/apr.hw
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr.hw?rev=1091243&r1=1091242&r2=1091243&view=diff
==============================================================================
--- apr/apr/trunk/include/apr.hw (original)
+++ apr/apr/trunk/include/apr.hw Mon Apr 11 22:47:14 2011
@@ -707,7 +707,7 @@ typedef  int         gid_t;
      && (*(const apr_uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)))
 #endif
 
-#endif /* APR_HAS_IPV6 */
+#endif /* APR_HAVE_IPV6 */
 
 #ifdef __cplusplus
 }