summaryrefslogtreecommitdiffstats
path: root/libcxx/src/new.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-11-11 23:27:19 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-11-11 23:27:19 +0000
commitc1cf9818236c3e864a6c1313b70e262106b9a184 (patch)
tree9ba166420631d697189bd08e6fe7194f465d1f8d /libcxx/src/new.cpp
parentc2b772351ead0a567203493e7d3de6b9ce0f4ca0 (diff)
downloadbcm5719-llvm-c1cf9818236c3e864a6c1313b70e262106b9a184.tar.gz
bcm5719-llvm-c1cf9818236c3e864a6c1313b70e262106b9a184.zip
Patch from Bruce Mitchener; fixes two typos in comments. No functionality change. PR17843
llvm-svn: 194432
Diffstat (limited to 'libcxx/src/new.cpp')
-rw-r--r--libcxx/src/new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/new.cpp b/libcxx/src/new.cpp
index fa0331a8b71..f4998cfb2a4 100644
--- a/libcxx/src/new.cpp
+++ b/libcxx/src/new.cpp
@@ -22,7 +22,7 @@
#ifndef _LIBCPPABI_VERSION
// On Darwin, there are two STL shared libraries and a lower level ABI
- // shared libray. The global holding the current new handler is
+ // shared library. The global holding the current new handler is
// in the ABI library and named __cxa_new_handler.
#define __new_handler __cxxabiapple::__cxa_new_handler
#endif
OpenPOWER on IntegriCloud