summaryrefslogtreecommitdiff
path: root/src/cxa_handlers.hpp
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/cxa_handlers.hpp
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/cxa_handlers.hpp')
-rw-r--r--src/cxa_handlers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxa_handlers.hpp b/src/cxa_handlers.hpp
index 64994ac..ce567ec 100644
--- a/src/cxa_handlers.hpp
+++ b/src/cxa_handlers.hpp
@@ -45,7 +45,7 @@ extern void (*__cxa_new_handler)();
extern std::atomic<std::new_handler> __cxa_new_handler;
This change will not impact their ABI. But it will allow for a
- portible performance optimization.
+ portable performance optimization.
*/