aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-06-07 13:19:57 -0400
committerLouis Dionne <ldionne.2@gmail.com>2024-06-07 13:20:15 -0400
commitf9ae07b9e1509732be01fddefb529c6626c119a9 (patch)
tree7b47b0522bd52546c121cca719d8e3d8c2033225 /libcxxabi
parente5648525fd041fe577c65cc392c73040e60fed60 (diff)
downloadllvm-f9ae07b9e1509732be01fddefb529c6626c119a9.zip
llvm-f9ae07b9e1509732be01fddefb529c6626c119a9.tar.gz
llvm-f9ae07b9e1509732be01fddefb529c6626c119a9.tar.bz2
[libc++][NFC] Fix typo
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/aix_state_tab_eh.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/aix_state_tab_eh.inc b/libcxxabi/src/aix_state_tab_eh.inc
index 285c9ac..0ed3298 100644
--- a/libcxxabi/src/aix_state_tab_eh.inc
+++ b/libcxxabi/src/aix_state_tab_eh.inc
@@ -681,7 +681,7 @@ static uintptr_t* skip_non_cxx_eh_aware_frames(uint32_t* Pc, uintptr_t* Sp) {
// xlclang++ compiled code. If __xlc_exception_handle() is called by
// non-C++ EH aware functions, their frames are skipped until a C++ EH aware
// frame is found.
-// Note: make sure __xlc_excpetion_handle() is a non-leaf function. Currently
+// Note: make sure __xlc_exception_handle() is a non-leaf function. Currently
// it calls skip_non_cxx_eh_aware_frames(), which in turn calls abort().
_LIBCXXABI_FUNC_VIS uintptr_t __xlc_exception_handle() {
// Get the SP of this function, i.e., __xlc_exception_handle().