summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-12-10 17:56:54 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-12-10 17:56:54 +0000
commitdf7a223212f64c7887c730b22957e0b249f120fe (patch)
treeaa4f3a80ff3b7c5d1b9006fc5b99f4d009ad89f0 /tables
parent2047621238adc615cd6d23f4e8540d6a4bba59f0 (diff)
downloadapr-df7a223212f64c7887c730b22957e0b249f120fe.tar.gz
A few NOTICEs for developers modifying code, not 'XXX' developer pointers.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c
index ecfaed08f..4bc8c35aa 100644
--- a/tables/apr_tables.c
+++ b/tables/apr_tables.c
@@ -388,8 +388,8 @@ struct apr_table_t {
};
/*
- * XXX: if you tweak this you should look at is_empty_table() and table_elts()
- * in alloc.h
+ * NOTICE: if you tweak this you should look at is_empty_table()
+ * and table_elts() in alloc.h
*/
#ifdef MAKE_TABLE_PROFILE
static apr_table_entry_t *table_push(apr_table_t *t)