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 2003/04/04 14:05:54 UTC

cvs commit: apr/tables apr_tables.c

trawick     2003/04/04 04:05:53

  Modified:    tables   apr_tables.c
  Log:
  update the name of a function in a comment
  
  Submitted by:	Stas Bekman
  Reviewed by:	Jeff Trawick
  
  Revision  Changes    Path
  1.47      +1 -1      apr/tables/apr_tables.c
  
  Index: apr_tables.c
  ===================================================================
  RCS file: /home/cvs/apr/tables/apr_tables.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- apr_tables.c	1 Jan 2003 00:01:55 -0000	1.46
  +++ apr_tables.c	4 Apr 2003 12:05:53 -0000	1.47
  @@ -361,7 +361,7 @@
   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 */