summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-08 22:51:40 +0000
committerXinliang David Li <davidxl@google.com>2015-12-08 22:51:40 +0000
commit1e005922d5a4b54d03a2a80fc0c72071601bf449 (patch)
tree7e260711ba9681d03749269e0bd5df2c52fcc775 /lib/profile/InstrProfiling.c
parent403c2c902f9987e28d4135647a5cb2cbbc79f6aa (diff)
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfiling.c')
-rw-r--r--lib/profile/InstrProfiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfiling.c b/lib/profile/InstrProfiling.c
index 0ba504aed..fe560b8a9 100644
--- a/lib/profile/InstrProfiling.c
+++ b/lib/profile/InstrProfiling.c
@@ -203,7 +203,7 @@ __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
threads may still be updating the value profile data and creating new
value entries. To accommadate this, we need to add extra bytes to the
data buffer. The size of the extra space is controlled by an environment
- varaible. */
+ variable. */
static unsigned getVprofExtraBytes() {
const char *ExtraStr =
GetEnvHook ? GetEnvHook("LLVM_VALUE_PROF_BUFFER_EXTRA") : 0;