Skip to content

Commit d3ec8c2

Browse files
committed
Typo: ponit
1 parent 58dd59a commit d3ec8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/lib/profile/InstrProfilingPlatformWindows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; }
9393
ValueProfNode *CurrentVNode = &VNodesStart + 1;
9494
ValueProfNode *EndVNode = &VNodesEnd;
9595

96-
/* lld-link provides __buildid symbol which ponits to the 16 bytes build id when
96+
/* lld-link provides __buildid symbol which points to the 16 bytes build id when
9797
* using /build-id flag. https://lld.llvm.org/windows_support.html#lld-flags */
9898
#define BUILD_ID_LEN 16
9999
COMPILER_RT_WEAK uint8_t __buildid[BUILD_ID_LEN] = {0};

llvm/unittests/Analysis/LazyCallGraphTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ TEST(LazyCallGraphTest, InternalRefEdgeToCallBothPartitionAndMerge) {
18291829
// a cycle.
18301830
//
18311831
// Diagram for the graph we want on the left and the graph we use to force
1832-
// the ordering on the right. Edges ponit down or right.
1832+
// the ordering on the right. Edges point down or right.
18331833
//
18341834
// A | A |
18351835
// / \ | / \ |

0 commit comments

Comments
 (0)