Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsfod committed Oct 26, 2024
1 parent 3ac0f5c commit dd56b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/include/profile/InstrProfData.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define INSTR_PROF_VISIBILITY
#endif

/* This is include is needed for symbol visibility macros used on
/* This include is needed for symbol visibility macros used on
* ValueProfRecord\ValueProfData so there functions are exported from the
* LLVM shared library on windows. */
#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion llvm/include/llvm/ProfileData/InstrProfData.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define INSTR_PROF_VISIBILITY
#endif

/* This is include is needed for symbol visibility macros used on
/* This include is needed for symbol visibility macros used on
* ValueProfRecord\ValueProfData so there functions are exported from the
* LLVM shared library on windows. */
#ifdef __cplusplus
Expand Down

0 comments on commit dd56b78

Please sign in to comment.