[PATCH] D51739: [libfuzzer] Correct typo in comment (test commit).

Jonathan Metzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 10:51:12 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT341569: [libfuzzer] Correct typo in comment (test commit). (authored by metzman, committed by ).
Herald added subscribers: Sanitizers, llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D51739?vs=164241&id=164244#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51739

Files:
  test/fuzzer/minimize_two_crashes.test


Index: test/fuzzer/minimize_two_crashes.test
===================================================================
--- test/fuzzer/minimize_two_crashes.test
+++ test/fuzzer/minimize_two_crashes.test
@@ -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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51739.164244.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/1786f388/attachment.bin>


More information about the llvm-commits mailing list