From b34f51a7819fd42d0606d7caba48ee4e784dd6aa Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 8 Dec 2018 14:46:48 -0700 Subject: regcomp.h: Fix typo in comment --- regcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regcomp.h') diff --git a/regcomp.h b/regcomp.h index c76edd7649..eb100bb3c6 100644 --- a/regcomp.h +++ b/regcomp.h @@ -194,7 +194,7 @@ struct regnode_2 { * Cyrillic, Greek, Hebrew, Indian subcontinent, Latin, and Thai; but not Han, * Japanese, nor Korean. (The regarglen structure in regnodes.h is a U8, and * the trie types TRIEC and AHOCORASICKC are larger than U8 for shift values - * below above 12.) Be sure to benchmark before changing, as larger sizes do + * above 12.) Be sure to benchmark before changing, as larger sizes do * significantly slow down the test suite */ #define NUM_ANYOF_CODE_POINTS (1 << 8) -- cgit v1.2.1