summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
committerChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
commit57540c5be0c31cc91cc608462954bdd7cf8a44e7 (patch)
treee7e0d92899935d210ba57ca6c430bb733ceccb58 /clang/lib/AST/ItaniumMangle.cpp
parent0ab5e2cdedba59b4f81152d72d70e1796f796834 (diff)
downloadbcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.gz
bcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.zip
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! llvm-svn: 129559
Diffstat (limited to 'clang/lib/AST/ItaniumMangle.cpp')
-rw-r--r--clang/lib/AST/ItaniumMangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ItaniumMangle.cpp b/clang/lib/AST/ItaniumMangle.cpp
index 752163a4bdb..2ff1d2db487 100644
--- a/clang/lib/AST/ItaniumMangle.cpp
+++ b/clang/lib/AST/ItaniumMangle.cpp
@@ -1967,7 +1967,7 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity) {
case Expr::ArraySubscriptExprClass: {
const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(E);
- // Array subscript is treated as a syntactically wierd form of
+ // Array subscript is treated as a syntactically weird form of
// binary operator.
Out << "ix";
mangleExpression(AE->getLHS());
OpenPOWER on IntegriCloud