Skip to content

Commit fdb2b2a

Browse files
Update build.sh
1 parent 8fd4261 commit fdb2b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/pcre2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ cd pcre2
2222
./configure --enable-fuzz-support --enable-never-backslash-C --with-match-limit=1000 --with-match-limit-recursion=1000
2323
make -j$(nproc) clean all
2424

25-
# build fuzer
25+
# build fuzzer
2626
$CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
2727
-lfuzzer .libs/libpcre2-fuzzsupport.a .libs/libpcre2-8.a

0 commit comments

Comments
 (0)