diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2013-05-28 09:13:59 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2013-05-28 09:13:59 +0000 |
commit | 000f53cf12bbfb4f658d2417a96e03cb3c0b97cc (patch) | |
tree | 1915f0bf6bb5594e34e6d8ef95ff8dd3dcd6b6b2 /pcre_string_utils.c | |
parent | f4176cfb682170c5e9246949df653c82200d7259 (diff) | |
download | pcre-000f53cf12bbfb4f658d2417a96e03cb3c0b97cc.tar.gz |
Final source file tidies for 8.33 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1335 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_string_utils.c')
-rw-r--r-- | pcre_string_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_string_utils.c b/pcre_string_utils.c index 3ad3825..10b53d5 100644 --- a/pcre_string_utils.c +++ b/pcre_string_utils.c @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -/* This module contains internal functions for comparing and finding the length +/* This module contains internal functions for comparing and finding the length of strings for different data item sizes. */ |