commit | a9eb8570eed47e28236b29fc2355c8b8b2e4a4ad | [log] [tgz] |
---|---|---|
author | sylvestre <sylvestre> | Tue Mar 13 14:35:10 2018 +0000 |
committer | sylvestre <sylvestre> | Tue Mar 13 14:35:10 2018 +0000 |
tree | 4abf4a3e046e1e87740ac662a661b071a19c0b5e | |
parent | f27fbb2047815183594b8fdc103f005f7f216f41 [diff] [blame] |
fix some user facing typos / in the comments git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@327402 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/FuzzerDriver.cpp b/FuzzerDriver.cpp index 516b003..e7d02d8 100644 --- a/FuzzerDriver.cpp +++ b/FuzzerDriver.cpp
@@ -747,7 +747,7 @@ Printf("Dictionary analysis failed\n"); exit(1); } - Printf("Dictionary analysis suceeded\n"); + Printf("Dictionary analysis succeeded\n"); exit(0); }