sync up with master copy
authorXinliang David Li <davidxl@google.com>
Wed, 6 Apr 2016 22:30:14 +0000 (22:30 +0000)
committerXinliang David Li <davidxl@google.com>
Wed, 6 Apr 2016 22:30:14 +0000 (22:30 +0000)
llvm-svn: 265609

compiler-rt/lib/profile/InstrProfData.inc

index 6cd9450..b092c3b 100644 (file)
@@ -133,7 +133,7 @@ VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
 #else
 #define INSTR_PROF_DATA_DEFINED
 #endif
-/* For indirect function call value profiling, the address of the target
+/* For indirect function call value profiling, the addresses of the target
  * 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