diff options
Diffstat (limited to 'system/lib/libcxxabi/src/cxa_handlers.hpp')
-rw-r--r-- | system/lib/libcxxabi/src/cxa_handlers.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxxabi/src/cxa_handlers.hpp b/system/lib/libcxxabi/src/cxa_handlers.hpp index 64994ac7..ce567ec1 100644 --- a/system/lib/libcxxabi/src/cxa_handlers.hpp +++ b/system/lib/libcxxabi/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. */ |