aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2024-03-11 10:29:11 +0100
committerHans Wennborg <hans@chromium.org>2024-03-11 10:43:07 +0100
commitd3ec8c2a25f43225efe997569925aa57324db0dd (patch)
tree46b215030449f4e01ad94585fafb660b8bda2961 /compiler-rt
parent58dd59a28293432171c0439eb1ae082f6ea9962f (diff)
downloadllvm-d3ec8c2a25f43225efe997569925aa57324db0dd.zip
llvm-d3ec8c2a25f43225efe997569925aa57324db0dd.tar.gz
llvm-d3ec8c2a25f43225efe997569925aa57324db0dd.tar.bz2
Typo: ponit
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/profile/InstrProfilingPlatformWindows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c b/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
index 9421f67..741b01f 100644
--- a/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
+++ b/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
@@ -93,7 +93,7 @@ ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; }
ValueProfNode *CurrentVNode = &VNodesStart + 1;
ValueProfNode *EndVNode = &VNodesEnd;
-/* lld-link provides __buildid symbol which ponits to the 16 bytes build id when
+/* lld-link provides __buildid symbol which points to the 16 bytes build id when
* using /build-id flag. https://lld.llvm.org/windows_support.html#lld-flags */
#define BUILD_ID_LEN 16
COMPILER_RT_WEAK uint8_t __buildid[BUILD_ID_LEN] = {0};