aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPhilip Hazel <Philip.Hazel@gmail.com>2023-01-25 12:49:36 +0000
committerPhilip Hazel <Philip.Hazel@gmail.com>2023-01-25 12:49:36 +0000
commitfcceddcf3c1ed0def8c0d88c188d1d07ffd79b87 (patch)
tree157f1d623219c6e410e274c7211e421ac4f54096 /HACKING
parent69d6b24615537f7ec849d80c5dce839da6f3d647 (diff)
downloadpcre-fcceddcf3c1ed0def8c0d88c188d1d07ffd79b87.tar.gz
Fix minor typo
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 2f194db0..51c02393 100644
--- a/HACKING
+++ b/HACKING
@@ -369,7 +369,7 @@ data that follows it.
In many cases listed below, LINK_SIZE data values are specified for offsets
within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
default value for LINK_SIZE is 2, except for the 32-bit library, where it can
-only be 4. The 8-bit library can be compiled to used 3-byte or 4-byte values,
+only be 4. The 8-bit library can be compiled to use 3-byte or 4-byte values,
and the 16-bit library can be compiled to use 4-byte values, though this
impairs performance. Specifying a LINK_SIZE larger than 2 for these libraries is
necessary only when patterns whose compiled length is greater than 65535 code