r220098 - Fix typo in comment.

Nick Lewycky nicholas at mxc.ca
Fri Oct 17 15:45:44 PDT 2014


Author: nicholas
Date: Fri Oct 17 17:45:44 2014
New Revision: 220098

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

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

Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=220098&r1=220097&r2=220098&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Fri Oct 17 17:45:44 2014
@@ -2217,7 +2217,7 @@ namespace {
     llvm::SmallVector<ValueDecl*, 4> DeclsToRemove;
     // If non-null, add a note to the warning pointing back to the constructor.
     const CXXConstructorDecl *Constructor = nullptr;
-    // Varaibles to hold state when processing an initializer list.  When
+    // Variables to hold state when processing an initializer list.  When
     // InitList is true, special case initialization of FieldDecls matching
     // InitListFieldDecl.
     bool InitList = false;





More information about the cfe-commits mailing list