mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[NFC] fix trivial typos in comments
"the the" -> "the" llvm-svn: 323080
This commit is contained in:
parent
f38041dc3e
commit
93eaad7dac
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user