From be2eced483a9b844db0dee61612da5ecc7c3eb28 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 15 Feb 2013 15:48:49 +0000 Subject: Bruce Mitchener: Typo fixes. llvm-svn: 175275 --- libcxxabi/src/cxa_exception_storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxxabi/src/cxa_exception_storage.cpp') 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 () { -- cgit v1.2.3