diff options
author | Arjen Schol <arjen@react.com> | 2015-02-04 14:08:41 +0100 |
---|---|---|
committer | Arjen Schol <arjen@react.com> | 2015-02-04 14:08:41 +0100 |
commit | b436c714c6a23ead40434896bf8fcbb62ed0a764 (patch) | |
tree | 5f7c8230a1410dbc3c0b30a297150b4abf4989e3 /ext/pcre/pcrelib/pcre_printint.c | |
parent | 9e70d7672dd646b8c9b29ccc452e4dc5aa015437 (diff) | |
download | php-git-b436c714c6a23ead40434896bf8fcbb62ed0a764.tar.gz |
Upgrade pcre to 8.36
Diffstat (limited to 'ext/pcre/pcrelib/pcre_printint.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_printint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_printint.c b/ext/pcre/pcrelib/pcre_printint.c index 1a91c50046..8cbb161395 100644 --- a/ext/pcre/pcrelib/pcre_printint.c +++ b/ext/pcre/pcrelib/pcre_printint.c @@ -68,7 +68,7 @@ appropriately for an application, not for building PCRE. */ #include "pcre.h" #include "pcre_internal.h" -/* These are the functions that are contained within. It doesn't seem worth +/* These are the funtions that are contained within. It doesn't seem worth having a separate .h file just for this. */ #endif /* PCRE_INCLUDED */ |