Skip to content

Commit dd56b78

Browse files
committed
Fix comment
1 parent 3ac0f5c commit dd56b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/include/profile/InstrProfData.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define INSTR_PROF_VISIBILITY
6363
#endif
6464

65-
/* This is include is needed for symbol visibility macros used on
65+
/* This include is needed for symbol visibility macros used on
6666
* ValueProfRecord\ValueProfData so there functions are exported from the
6767
* LLVM shared library on windows. */
6868
#ifdef __cplusplus

llvm/include/llvm/ProfileData/InstrProfData.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define INSTR_PROF_VISIBILITY
6363
#endif
6464

65-
/* This is include is needed for symbol visibility macros used on
65+
/* This include is needed for symbol visibility macros used on
6666
* ValueProfRecord\ValueProfData so there functions are exported from the
6767
* LLVM shared library on windows. */
6868
#ifdef __cplusplus

0 commit comments

Comments
 (0)