On the 1.4.x-issue-2533 branch: Merged in r21722 from trunk: small docfix.

Approved by: dionisos

git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.4.x-issue-2618@861857 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/subversion/libsvn_wc/adm_files.h b/subversion/libsvn_wc/adm_files.h
index 374caf6..0e45521 100644
--- a/subversion/libsvn_wc/adm_files.h
+++ b/subversion/libsvn_wc/adm_files.h
@@ -191,7 +191,7 @@
                                      apr_pool_t *pool);
 
 /* Close the revert-base for FILE.
- * FP was obtained from svn_wc__open_text_base().
+ * FP was obtained from svn_wc__open_revert_base().
  * Behaves like svn_wc__close_adm_file(), which see.
  */
 svn_error_t *svn_wc__close_revert_base(apr_file_t *fp,