summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-05-12 00:12:46 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-05-12 00:12:46 +0000
commit2da484f225181d6301db2034c2e4526ef14aa7c8 (patch)
treeb6a88468579b8096f0e71b84712b46f784222463
parent5e96d8328df910ed04c319c2b31230b1fe36e1cf (diff)
downloadbcm5719-llvm-2da484f225181d6301db2034c2e4526ef14aa7c8.tar.gz
bcm5719-llvm-2da484f225181d6301db2034c2e4526ef14aa7c8.zip
Fix typo in comment.
llvm-svn: 131212
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 6fafdbed69e..9a4afde0578 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -5657,7 +5657,7 @@ void Sema::ActOnUninitializedDecl(Decl *RealDecl,
// program is ill-formed.
// C++0x [dcl.init]p11:
// If no initializer is specified for an object, the object is
- // default-intialized; [...].
+ // default-initialized; [...].
} else {
// Check for jumps past the implicit initializer. C++0x
// clarifies that this applies to a "variable with automatic
OpenPOWER on IntegriCloud