[libcxx] r245539 - Fix a typo: overidden -> overridden - Patch from Kai Zhao

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 22:23:16 PDT 2015


Author: ericwf
Date: Thu Aug 20 00:23:16 2015
New Revision: 245539

URL: http://llvm.org/viewvc/llvm-project?rev=245539&view=rev
Log:
Fix a typo: overidden -> overridden - Patch from Kai Zhao

Modified:
    libcxx/trunk/src/new.cpp

Modified: libcxx/trunk/src/new.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/new.cpp?rev=245539&r1=245538&r2=245539&view=diff
==============================================================================
--- libcxx/trunk/src/new.cpp (original)
+++ libcxx/trunk/src/new.cpp Thu Aug 20 00:23:16 2015
@@ -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




More information about the cfe-commits mailing list