From 640c63cf4db3847b9d59878e9e5372332e2cd141 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 12 May 2011 00:12:46 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131212 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0