Skip to content

Commit fcceddc

Browse files
committed
Fix minor typo
1 parent 69d6b24 commit fcceddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ data that follows it.
369369
In many cases listed below, LINK_SIZE data values are specified for offsets
370370
within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
371371
default value for LINK_SIZE is 2, except for the 32-bit library, where it can
372-
only be 4. The 8-bit library can be compiled to used 3-byte or 4-byte values,
372+
only be 4. The 8-bit library can be compiled to use 3-byte or 4-byte values,
373373
and the 16-bit library can be compiled to use 4-byte values, though this
374374
impairs performance. Specifying a LINK_SIZE larger than 2 for these libraries is
375375
necessary only when patterns whose compiled length is greater than 65535 code

0 commit comments

Comments
 (0)