diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-17 14:37:52 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-25 00:34:11 +0700 |
commit | 9e185cfabd1e207339aae1fa5ad6247000e4c613 (patch) | |
tree | 92a0b44834b08325cd208e70faa4c91887fd3f4e /system/lib/libcxxabi/src/cxa_exception_storage.cpp | |
parent | 59ff5a6a3c3e1f5255c5cf29f98df633a77b89b3 (diff) |
update libcxxabi.
Diffstat (limited to 'system/lib/libcxxabi/src/cxa_exception_storage.cpp')
-rw-r--r-- | system/lib/libcxxabi/src/cxa_exception_storage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxxabi/src/cxa_exception_storage.cpp b/system/lib/libcxxabi/src/cxa_exception_storage.cpp index 2c269c7f..b0b55240 100644 --- a/system/lib/libcxxabi/src/cxa_exception_storage.cpp +++ b/system/lib/libcxxabi/src/cxa_exception_storage.cpp @@ -75,7 +75,7 @@ extern "C" { } // Note that this implementation will reliably return NULL if not - // preceeded by a call to __cxa_get_globals(). This is an extension + // preceded by a call to __cxa_get_globals(). This is an extension // to the Itanium ABI and is taken advantage of in several places in // libc++abi. __cxa_eh_globals * __cxa_get_globals_fast () { |