]> granicus.if.org Git - clang/commitdiff
Fix typo (first commit to test commit access).
authorDinesh Dwivedi <dinesh.d@samsung.com>
Thu, 1 May 2014 17:19:34 +0000 (17:19 +0000)
committerDinesh Dwivedi <dinesh.d@samsung.com>
Thu, 1 May 2014 17:19:34 +0000 (17:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207775 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/ContinuationIndenter.cpp

index 41a42d1e60ede9e9bc9aeb38a4a97fac8f0823a4..e3088a0f945dcef1ae6ff79de75f226f4d05c41f 100644 (file)
@@ -602,7 +602,7 @@ unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
   // Insert scopes created by fake parenthesis.
   const FormatToken *Previous = Current.getPreviousNonComment();
   // Don't add extra indentation for the first fake parenthesis after
-  // 'return', assignements or opening <({[. The indentation for these cases
+  // 'return', assignments or opening <({[. The indentation for these cases
   // is special cased.
   bool SkipFirstExtraIndent =
       (Previous && (Previous->opensScope() || Previous->is(tok::kw_return) ||