From cvs-return-4922-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Fri Apr 04 12:06:00 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 67487 invoked by uid 500); 4 Apr 2003 12:05:58 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 67400 invoked from network); 4 Apr 2003 12:05:57 -0000 Date: 4 Apr 2003 12:05:54 -0000 Message-ID: <20030404120554.49204.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/tables apr_tables.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 */