diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-05-12 00:12:46 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-05-12 00:12:46 +0000 |
commit | 640c63cf4db3847b9d59878e9e5372332e2cd141 (patch) | |
tree | d2632b537606359eb5a772cbabe863279f44a045 /lib/Sema/SemaDecl.cpp | |
parent | aff37b48f1362dd29cc481dadebf07900ce79248 (diff) |
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index 6fafdbed69..9a4afde057 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/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 |