summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception_storage.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
commitbe2eced483a9b844db0dee61612da5ecc7c3eb28 (patch)
treea63c2e0f03ea956493f440aa095bd1453a2cfd18 /libcxxabi/src/cxa_exception_storage.cpp
parent65af0388b98a052725e62332adaa2485ad191f75 (diff)
downloadbcm5719-llvm-be2eced483a9b844db0dee61612da5ecc7c3eb28.tar.gz
bcm5719-llvm-be2eced483a9b844db0dee61612da5ecc7c3eb28.zip
Bruce Mitchener: Typo fixes.
llvm-svn: 175275
Diffstat (limited to 'libcxxabi/src/cxa_exception_storage.cpp')
-rw-r--r--libcxxabi/src/cxa_exception_storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_exception_storage.cpp b/libcxxabi/src/cxa_exception_storage.cpp
index 2c269c7fbd3..b0b5524045e 100644
--- a/libcxxabi/src/cxa_exception_storage.cpp
+++ b/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 () {
OpenPOWER on IntegriCloud