You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2006/06/25 20:00:50 UTC

svn commit: r417036 - /apr/apr/trunk/include/apr_hash.h

Author: dreid
Date: Sun Jun 25 11:00:49 2006
New Revision: 417036

URL: http://svn.apache.org/viewvc?rev=417036&view=rev
Log:
Correct typo in docs

Modified:
    apr/apr/trunk/include/apr_hash.h

Modified: apr/apr/trunk/include/apr_hash.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_hash.h?rev=417036&r1=417035&r2=417036&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_hash.h (original)
+++ apr/apr/trunk/include/apr_hash.h Sun Jun 25 11:00:49 2006
@@ -126,10 +126,10 @@
  * an iteration (although the results may be unpredictable unless all you do
  * is delete the current entry) and multiple iterations can be in
  * progress at the same time.
-
- * @example
  */
 /**
+ * @example
+ *
  * <PRE>
  * 
  * int sum_values(apr_pool_t *p, apr_hash_t *ht)