]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 17 Oct 2014 22:45:44 +0000 (22:45 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 17 Oct 2014 22:45:44 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220098 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index 2dbbbc38286b64aad39970181483d923b23d4a27..f5a399a2a1a1c970ea84d8fad4a3119395ab968e 100644 (file)
@@ -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;