From 782616d082affed6dfc4761a71150b8e02565142 Mon Sep 17 00:00:00 2001 From: Ian MacLeod Date: Thu, 1 Mar 2018 22:09:23 -0800 Subject: [PATCH] ypto (#1202) --- projects/boost/boost_regex_fuzzer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/boost/boost_regex_fuzzer.cc b/projects/boost/boost_regex_fuzzer.cc index 35feb6c20..c2383791b 100644 --- a/projects/boost/boost_regex_fuzzer.cc +++ b/projects/boost/boost_regex_fuzzer.cc @@ -1,6 +1,6 @@ // From https://svn.boost.org/trac10/ticket/12818 // This fuzz target can likely be enhanced to exercise more code. -// The ideal place for this fuzz target is the bost repository. +// The ideal place for this fuzz target is the boost repository. #include extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { try {