From ed65d0dba54704f96ecca37343f6a07fc0c53f5e Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 20 Aug 2015 05:23:16 +0000 Subject: [PATCH] Fix a typo: overidden -> overridden - Patch from Kai Zhao git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245539 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/new.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new.cpp b/src/new.cpp index c28fcb591..1144651b8 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