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

Kai Zhao via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 20:03:52 PDT 2015


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12182.32651.patch
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150820/3355b421/attachment.bin>


More information about the cfe-commits mailing list