[cfe-commits] r131212 - /cfe/trunk/lib/Sema/SemaDecl.cpp

Nick Lewycky nicholas at mxc.ca
Wed May 11 17:12:47 PDT 2011


Author: nicholas
Date: Wed May 11 19:12:46 2011
New Revision: 131212

URL: http://llvm.org/viewvc/llvm-project?rev=131212&view=rev
Log:
Fix typo in comment.

Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=131212&r1=131211&r2=131212&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Wed May 11 19:12:46 2011
@@ -5657,7 +5657,7 @@
       //   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





More information about the cfe-commits mailing list