[compiler-rt] r323080 - [NFC] fix trivial typos in comments

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 21 23:51:37 PST 2018


Author: inouehrs
Date: Sun Jan 21 23:51:37 2018
New Revision: 323080

URL: http://llvm.org/viewvc/llvm-project?rev=323080&view=rev
Log:
[NFC] fix trivial typos in comments

"the the" -> "the"


Modified:
    compiler-rt/trunk/lib/profile/InstrProfData.inc
    compiler-rt/trunk/test/fuzzer/CleanseTest.cpp

Modified: compiler-rt/trunk/lib/profile/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfData.inc?rev=323080&r1=323079&r2=323080&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Sun Jan 21 23:51:37 2018
@@ -178,7 +178,7 @@ VALUE_PROF_FUNC_PARAM(uint64_t, LargeVal
  * functions are profiled by the instrumented code. The target addresses are
  * written in the raw profile data and converted to target function name's MD5
  * hash by the profile reader during deserialization.  Typically, this happens
- * when the the raw profile data is read during profile merging.
+ * when the raw profile data is read during profile merging.
  *
  * For this remapping the ProfData is used.  ProfData contains both the function
  * name hash and the function address.

Modified: compiler-rt/trunk/test/fuzzer/CleanseTest.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/CleanseTest.cpp?rev=323080&r1=323079&r2=323080&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/CleanseTest.cpp (original)
+++ compiler-rt/trunk/test/fuzzer/CleanseTest.cpp Sun Jan 21 23:51:37 2018
@@ -1,7 +1,7 @@
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 
-// Test the the fuzzer is able to 'cleanse' the reproducer
+// Test the fuzzer is able to 'cleanse' the reproducer
 // by replacing all irrelevant bytes with garbage.
 #include <cstddef>
 #include <cstdint>




More information about the llvm-commits mailing list