Revision: 1036
http://www.exim.org/viewvc/pcre2?view=rev&revision=1036
Author: ph10
Date: 2018-10-28 17:24:24 +0000 (Sun, 28 Oct 2018)
Log Message:
-----------
Fix teeny typo.
Modified Paths:
--------------
code/trunk/src/pcre2_compile.c
Modified: code/trunk/src/pcre2_compile.c
===================================================================
--- code/trunk/src/pcre2_compile.c 2018-10-22 16:56:11 UTC (rev 1035)
+++ code/trunk/src/pcre2_compile.c 2018-10-28 17:24:24 UTC (rev 1036)
@@ -1242,7 +1242,7 @@
if ((code->flags & PCRE2_DEREF_TABLES) != 0)
{
/* Decoded tables belong to the codes after deserialization, and they must
- be freed when there are no more reference to them. The *ref_count should
+ be freed when there are no more references to them. The *ref_count should
always be > 0. */
ref_count = (PCRE2_SIZE *)(code->tables + tables_length);