aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-08-31 11:52:06 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-08-31 11:55:10 -0400
commitb397921fc7ef4e2882b3ae9c5f12fb40daca4078 (patch)
tree97cee7d9aea350625529902c888b12f98795bf5a /libcxxabi
parentba55034a898baf728f4d78ec811664b2a154bbfe (diff)
downloadllvm-b397921fc7ef4e2882b3ae9c5f12fb40daca4078.zip
llvm-b397921fc7ef4e2882b3ae9c5f12fb40daca4078.tar.gz
llvm-b397921fc7ef4e2882b3ae9c5f12fb40daca4078.tar.bz2
[runtimes] Fix some duplicate word typos
Those fixes were taken from https://reviews.llvm.org/D137338.
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/private_typeinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/private_typeinfo.cpp b/libcxxabi/src/private_typeinfo.cpp
index 83d1f9f..c737d96 100644
--- a/libcxxabi/src/private_typeinfo.cpp
+++ b/libcxxabi/src/private_typeinfo.cpp
@@ -1075,7 +1075,7 @@ __vmi_class_type_info::search_below_dst(__dynamic_cast_info* info,
if (info->search_done)
break;
// If we just found a dst_type with a public path to (static_ptr, static_type),
- // then the only reason to continue the search is to make sure sure
+ // then the only reason to continue the search is to make sure
// no other dst_type points to (static_ptr, static_type).
// If !diamond, then we don't need to search here.
// if we just found a dst_type with a private path to (static_ptr, static_type),