Skip to content

Commit 67bbafb

Browse files
Apply suggestions from code review
Co-authored-by: modiking <[email protected]>
1 parent 0c9ed57 commit 67bbafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/include/profile/InstrProfData.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,17 @@ VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size")
210210
/* For virtual table address profiling, the address point of the virtual table
211211
* (i.e., the address contained in objects pointing to a virtual table) are
212212
* profiled. Note this may not be the address of the per C++ class virtual table
213-
* object (e.g., there might be an offset).
213+
* object (e.g., there might be an offset).
214214
*
215215
* The profiled addresses are stored in raw profile, together with the following
216216
* two types of information.
217217
* 1. The (starting and ending) addresses of per C++ class virtual table objects.
218218
* 2. The (compressed) virtual table object names.
219219
* RawInstrProfReader converts profiled virtual table addresses to virtual table
220-
* objects' MD5 hash.
220+
* objects' MD5 hash.
221221
*/
222222
VALUE_PROF_KIND(IPVK_VTableTarget, 2, "The address of the compatible vtable (i.e., "
223-
"there is an offset from this address to per C++ "
223+
"there is an offset from this address to a C++ "
224224
"class virtual table global variable.)")
225225
/* These two kinds must be the last to be
226226
* declared. This is to make sure the string

0 commit comments

Comments
 (0)