diff options
author | Roy T. Fielding <fielding@apache.org> | 2000-04-15 00:58:18 +0000 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2000-04-15 00:58:18 +0000 |
commit | 2ca788bb75b8d5ce9af28e4730cf7b7934d6b595 (patch) | |
tree | b58d33ff57d673d3cd5fa828d6adb66c43739124 /srclib | |
parent | 3539705ef161cfb1379234d23e23045b006bb096 (diff) | |
download | httpd-2ca788bb75b8d5ce9af28e4730cf7b7934d6b595.tar.gz |
shades of a bad global replace --- fixed comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/expat-lite/xmlparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/expat-lite/xmlparse.h b/srclib/expat-lite/xmlparse.h index 1130cdd5b3..f2f9c9be1c 100644 --- a/srclib/expat-lite/xmlparse.h +++ b/srclib/expat-lite/xmlparse.h @@ -246,7 +246,7 @@ same byte that represents that character in ASCII. 3. All characters encoded must have Unicode scalar values <= 0xFFFF, (ie characters that would be encoded by surrogates in UTF-16 are not allowed). Note that this restriction doesn't apply to -the built ap_pool_t n support for UTF-8 and UTF-16. +the built-in support for UTF-8 and UTF-16. 4. No Unicode character may be encoded by more than one distinct sequence of bytes. */ |