Skip to content

Commit 59770a4

Browse files
authored
[NFC] Correct imprecise file location in the comment. (#115630)
1 parent e149528 commit 59770a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

compiler-rt/lib/ctx_profile/CtxInstrContextNode.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
//==============================================================================
99
//
1010
// NOTE!
11-
// llvm/lib/ProfileData/CtxInstrContextNode.h and
11+
// llvm/include/llvm/ProfileData/CtxInstrContextNode.h and
1212
// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
13-
// must be exact copies of each other
13+
// must be exact copies of each other.
1414
//
1515
// compiler-rt creates these objects as part of the instrumentation runtime for
1616
// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
114114
};
115115
} // namespace ctx_profile
116116
} // namespace llvm
117-
#endif
117+
#endif

llvm/include/llvm/ProfileData/CtxInstrContextNode.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
//==============================================================================
99
//
1010
// NOTE!
11-
// llvm/lib/ProfileData/CtxInstrContextNode.h and
11+
// llvm/include/llvm/ProfileData/CtxInstrContextNode.h and
1212
// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
13-
// must be exact copies of each other
13+
// must be exact copies of each other.
1414
//
1515
// compiler-rt creates these objects as part of the instrumentation runtime for
1616
// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
114114
};
115115
} // namespace ctx_profile
116116
} // namespace llvm
117-
#endif
117+
#endif

0 commit comments

Comments
 (0)