summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-04-04 12:05:53 +0000
committerJeff Trawick <trawick@apache.org>2003-04-04 12:05:53 +0000
commitdd035d029d977c1e826a0d8e03115ba6f0298fc8 (patch)
treeed5bb4963358b419c1bb658e37f83597e48ecb1a /tables
parent58abd04b167a18283cf9555a6f7101d42a36e753 (diff)
downloadapr-dd035d029d977c1e826a0d8e03115ba6f0298fc8.tar.gz
update the name of a function in a comment
Submitted by: Stas Bekman Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c
index f5108b0d0..2f1ae128a 100644
--- a/tables/apr_tables.c
+++ b/tables/apr_tables.c
@@ -361,7 +361,7 @@ APR_DECLARE(char *) apr_array_pstrcat(apr_pool_t *p,
struct apr_table_t {
/* This has to be first to promote backwards compatibility with
* older modules which cast a apr_table_t * to an apr_array_header_t *...
- * they should use the table_elts() function for most of the
+ * they should use the apr_table_elts() function for most of the
* cases they do this for.
*/
/** The underlying array for the table */