summaryrefslogtreecommitdiff
path: root/src/private_typeinfo.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-02-15 15:48:49 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-02-15 15:48:49 +0000
commit6d00feffc82d4f8c0201242291a0e93b492e1dd4 (patch)
treedbbe4f657434e445299eeec942c50b5a135f36fa /src/private_typeinfo.cpp
parentcba79c6fd9380becbc72a0b85ffa5fc354690e9b (diff)
Bruce Mitchener: Typo fixes.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@175275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/private_typeinfo.cpp')
-rw-r--r--src/private_typeinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/private_typeinfo.cpp b/src/private_typeinfo.cpp
index 44b084a..216f796 100644
--- a/src/private_typeinfo.cpp
+++ b/src/private_typeinfo.cpp
@@ -16,13 +16,13 @@
// When _LIBCXX_DYNAMIC_FALLBACK is defined, and only in the case where
// there is a detected inconsistency in the type_info hierarchy during a
// dynamic_cast, then the equality operation will fall back to using strcmp
-// on type_info names to determin type_info equality.
+// on type_info names to determine type_info equality.
//
// This change happens *only* under dynamic_cast, and only when
// dynamic_cast is faced with the choice: abort, or possibly give back the
// wrong answer. If when the dynamic_cast is done with this fallback
// algorithm and an inconsistency is still detected, dynamic_cast will call
-// abort with an approriate message.
+// abort with an appropriate message.
//
// The current implementation of _LIBCXX_DYNAMIC_FALLBACK requires a
// printf-like function called syslog: