summaryrefslogtreecommitdiffstats
path: root/libcxx/src
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-08-20 05:23:16 +0000
committerEric Fiselier <eric@efcs.ca>2015-08-20 05:23:16 +0000
commit10fe42099c17a63814120e0c014efc70d54e1dd6 (patch)
tree094e31766f68a9252ad17c4d087e1f05b9ccc161 /libcxx/src
parent60ab5bcaabff8e0b4161d2afeec4434c273da494 (diff)
downloadbcm5719-llvm-10fe42099c17a63814120e0c014efc70d54e1dd6.tar.gz
bcm5719-llvm-10fe42099c17a63814120e0c014efc70d54e1dd6.zip
Fix a typo: overidden -> overridden - Patch from Kai Zhao
llvm-svn: 245539
Diffstat (limited to 'libcxx/src')
-rw-r--r--libcxx/src/new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/new.cpp b/libcxx/src/new.cpp
index c28fcb5917c..1144651b86e 100644
--- a/libcxx/src/new.cpp
+++ b/libcxx/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
OpenPOWER on IntegriCloud