From 9a9fdf303787fc998e7e6eb13417438dbb009ed0 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sun, 28 Oct 2018 17:24:24 +0000 Subject: [PATCH] Fix teeny typo. --- src/pcre2_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcre2_compile.c b/src/pcre2_compile.c index 9d5e9c9..bad02a6 100644 --- a/src/pcre2_compile.c +++ b/src/pcre2_compile.c @@ -1242,7 +1242,7 @@ if (code != NULL) 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);