[compiler-rt] r341569 - [libfuzzer] Correct typo in comment (test commit).

Jonathan Metzman via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 10:50:01 PDT 2018


Author: metzman
Date: Thu Sep  6 10:50:01 2018
New Revision: 341569

URL: http://llvm.org/viewvc/llvm-project?rev=341569&view=rev
Log:
[libfuzzer] Correct typo in comment (test commit).

Differential Revision: https://reviews.llvm.org/D51739

Modified:
    compiler-rt/trunk/test/fuzzer/minimize_two_crashes.test

Modified: compiler-rt/trunk/test/fuzzer/minimize_two_crashes.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/minimize_two_crashes.test?rev=341569&r1=341568&r2=341569&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/minimize_two_crashes.test (original)
+++ compiler-rt/trunk/test/fuzzer/minimize_two_crashes.test Thu Sep  6 10:50:01 2018
@@ -1,4 +1,4 @@
-# Test that the minimizer stops when it sees a differe bug.
+# Test that the minimizer stops when it sees a different bug.
 UNSUPPORTED: freebsd,windows
 
 # TODO: Find out why test fails on Darwin with -O2.




More information about the llvm-commits mailing list