summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-12-10 17:56:54 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-12-10 17:56:54 +0000
commit530a8f21bda476a255a60c13ce0de8bd38b56d72 (patch)
treeaa4f3a80ff3b7c5d1b9006fc5b99f4d009ad89f0 /strings
parent57c44ae229a9035cd91654011e131e1a2dd7d88f (diff)
downloadlibapr-530a8f21bda476a255a60c13ce0de8bd38b56d72.tar.gz
A few NOTICEs for developers modifying code, not 'XXX' developer pointers.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings')
-rw-r--r--strings/apr_snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c
index aac28bfc6..af69625d4 100644
--- a/strings/apr_snprintf.c
+++ b/strings/apr_snprintf.c
@@ -115,7 +115,7 @@ typedef int bool_int;
/*
* NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions
*
- * XXX: this is a magic number; do not decrease it
+ * NOTICE: this is a magic number; do not decrease it
*/
#define NUM_BUF_SIZE 512