diff options
| author | Mitch Phillips <mitchphillips@outlook.com> | 2019-09-26 00:54:30 +0000 |
|---|---|---|
| committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-09-26 00:54:30 +0000 |
| commit | da3cf6165406ccf57c4379cf517f1b4040e4f9d0 (patch) | |
| tree | c2ecb2ebca9f805717c1f0fa5b310dd604c90d04 /compiler-rt/lib/fuzzer | |
| parent | ea966c1bc05bca8353db0c28751b4f804a62bd42 (diff) | |
| download | bcm5719-llvm-da3cf6165406ccf57c4379cf517f1b4040e4f9d0.tar.gz bcm5719-llvm-da3cf6165406ccf57c4379cf517f1b4040e4f9d0.zip | |
[libFuzzer] [NFC] Fix grammar error with "it's"
llvm-svn: 372937
Diffstat (limited to 'compiler-rt/lib/fuzzer')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerLoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp index 9c266739306..7150a116be9 100644 --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -513,7 +513,7 @@ size_t Fuzzer::GetCurrentUnitInFuzzingThead(const uint8_t **Data) const { } void Fuzzer::CrashOnOverwrittenData() { - Printf("==%d== ERROR: libFuzzer: fuzz target overwrites it's const input\n", + Printf("==%d== ERROR: libFuzzer: fuzz target overwrites its const input\n", GetPid()); DumpCurrentUnit("crash-"); Printf("SUMMARY: libFuzzer: out-of-memory\n"); |

