[compiler-rt] 369ac75 - [libFuzzer] Fix two typos

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 04:16:00 PDT 2021


Author: Hans Wennborg
Date: 2021-10-01T13:15:43+02:00
New Revision: 369ac758531a4a5c4cf8a85610b4606e331fb2b1

URL: https://github.com/llvm/llvm-project/commit/369ac758531a4a5c4cf8a85610b4606e331fb2b1
DIFF: https://github.com/llvm/llvm-project/commit/369ac758531a4a5c4cf8a85610b4606e331fb2b1.diff

LOG: [libFuzzer] Fix two typos

Added: 
    

Modified: 
    compiler-rt/lib/fuzzer/FuzzerDictionary.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/fuzzer/FuzzerDictionary.h b/compiler-rt/lib/fuzzer/FuzzerDictionary.h
index 9f7be7f18e6b6..48f063c7ee4e6 100644
--- a/compiler-rt/lib/fuzzer/FuzzerDictionary.h
+++ b/compiler-rt/lib/fuzzer/FuzzerDictionary.h
@@ -111,7 +111,7 @@ class Dictionary {
 };
 
 // Parses one dictionary entry.
-// If successful, write the enty to Unit and returns true,
+// If successful, writes the entry to Unit and returns true,
 // otherwise returns false.
 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U);
 // Parses the dictionary file, fills Units, returns true iff all lines


        


More information about the llvm-commits mailing list