Fix a typo: overidden -> overridden - Patch from Kai Zhao

llvm-svn: 245539
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 10fe42099c17a63814120e0c014efc70d54e1dd6
diff --git a/src/new.cpp b/src/new.cpp
index c28fcb5..1144651 100644
--- a/src/new.cpp
+++ b/src/new.cpp
@@ -38,7 +38,7 @@
 #ifndef __GLIBCXX__
 
 // Implement all new and delete operators as weak definitions
-// in this shared library, so that they can be overriden by programs
+// in this shared library, so that they can be overridden by programs
 // that define non-weak copies of the functions.
 
 _LIBCPP_WEAK _LIBCPP_NEW_DELETE_VIS