Skip to content

Commit

Permalink
update the name of a function in a comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trawick committed Apr 4, 2003
1 parent 58abd04 commit dd035d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/apr_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit dd035d0

Please sign in to comment.