loverszhaokai created this revision.
loverszhaokai added a reviewer: EricWF.
loverszhaokai added a subscriber: cfe-commits.

Fix a typo: "overriden" -> "overridden" in libcxx/src/new.cpp

http://reviews.llvm.org/D12182

Files:
  src/new.cpp

Index: src/new.cpp
===================================================================
--- src/new.cpp
+++ 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


Index: src/new.cpp
===================================================================
--- src/new.cpp
+++ 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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to