Patch from Bruce Mitchener; fixes two typos in comments. No functionality change. PR17843

llvm-svn: 194432
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: c1cf9818236c3e864a6c1313b70e262106b9a184
diff --git a/src/new.cpp b/src/new.cpp
index fa0331a..f4998cf 100644
--- a/src/new.cpp
+++ b/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