summaryrefslogtreecommitdiff
path: root/src/private_typeinfo.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-06-17 18:10:34 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-06-17 18:10:34 +0000
commit6c33e768c1b37af3e5d5f9f0e2a72fcf1dc51382 (patch)
treeb72e2bfa9f3afb7c26c0377752b5840cd4370e9f /src/private_typeinfo.cpp
parent5dd173b3792e868a7ebfa699d156f24075eafc01 (diff)
Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@184097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/private_typeinfo.cpp')
-rw-r--r--src/private_typeinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/private_typeinfo.cpp b/src/private_typeinfo.cpp
index 216f796..640ff8c 100644
--- a/src/private_typeinfo.cpp
+++ b/src/private_typeinfo.cpp
@@ -498,7 +498,7 @@ __dynamic_cast(const void* static_ptr,
// We get here only if there is some kind of visibility problem
// in client code.
syslog(LOG_ERR, "dynamic_cast error 1: Both of the following type_info's "
- "should have public visibility. At least of of them is hidden. %s"
+ "should have public visibility. At least one of them is hidden. %s"
", %s.\n", static_type->name(), dynamic_type->name());
// Redo the search comparing type_info's using strcmp
info = {dst_type, static_ptr, static_type, src2dst_offset, 0};