summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2001-07-07 07:49:16 +0000
committerDavid Reid <dreid@apache.org>2001-07-07 07:49:16 +0000
commite05dfcae5c1d0180bae602edd00948219a8af61d (patch)
tree7a7bd165cd316d39548c4274583df863acd5c638 /include/apr_tables.h
parent000c458cc8d662df6c6b80f268751990eed7f1bd (diff)
downloadapr-e05dfcae5c1d0180bae602edd00948219a8af61d.tar.gz
s/cont/pool/g
Saw this when debugging and thought it should be fixed. :) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61886 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_tables.h')
-rw-r--r--include/apr_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_tables.h b/include/apr_tables.h
index db2c1be37..ff6deff36 100644
--- a/include/apr_tables.h
+++ b/include/apr_tables.h
@@ -85,7 +85,7 @@ typedef struct apr_array_header_t apr_array_header_t;
/** An opaque array type */
struct apr_array_header_t {
/** The pool the array is allocated out of */
- apr_pool_t *cont;
+ apr_pool_t *pool;
/** The amount of memory allocated for each element of the array */
int elt_size;
/** The number of active elements in the array */