summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-09-26 00:54:30 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-09-26 00:54:30 +0000
commitda3cf6165406ccf57c4379cf517f1b4040e4f9d0 (patch)
treec2ecb2ebca9f805717c1f0fa5b310dd604c90d04 /compiler-rt/test/fuzzer
parentea966c1bc05bca8353db0c28751b4f804a62bd42 (diff)
downloadbcm5719-llvm-da3cf6165406ccf57c4379cf517f1b4040e4f9d0.tar.gz
bcm5719-llvm-da3cf6165406ccf57c4379cf517f1b4040e4f9d0.zip
[libFuzzer] [NFC] Fix grammar error with "it's"
llvm-svn: 372937
Diffstat (limited to 'compiler-rt/test/fuzzer')
-rw-r--r--compiler-rt/test/fuzzer/overwrite-input.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/overwrite-input.test b/compiler-rt/test/fuzzer/overwrite-input.test
index e5ddd62cbdc..eef1b181ad7 100644
--- a/compiler-rt/test/fuzzer/overwrite-input.test
+++ b/compiler-rt/test/fuzzer/overwrite-input.test
@@ -1,3 +1,3 @@
RUN: %cpp_compiler %S/OverwriteInputTest.cpp -o %t-OverwriteInputTest
RUN: not %run %t-OverwriteInputTest 2>&1 | FileCheck %s
-CHECK: ERROR: libFuzzer: fuzz target overwrites it's const input
+CHECK: ERROR: libFuzzer: fuzz target overwrites its const input
OpenPOWER on IntegriCloud