[NFC] fix trivial typos in comments
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Mon, 22 Jan 2018 07:51:37 +0000 (07:51 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Mon, 22 Jan 2018 07:51:37 +0000 (07:51 +0000)
"the the" -> "the"

llvm-svn: 323080

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

index 6a98dc7..eb4a792 100644 (file)
@@ -178,7 +178,7 @@ VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
  * 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.
index ee18457..d4efa12 100644 (file)
@@ -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>