diff options
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfiling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfiling.c b/compiler-rt/lib/profile/InstrProfiling.c index 0ba504aed65..fe560b8a98d 100644 --- a/compiler-rt/lib/profile/InstrProfiling.c +++ b/compiler-rt/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; |

