r207775 - Fix typo (first commit to test commit access).

Dinesh Dwivedi dinesh.d at samsung.com
Thu May 1 10:19:34 PDT 2014


Author: dinesh
Date: Thu May  1 12:19:34 2014
New Revision: 207775

URL: http://llvm.org/viewvc/llvm-project?rev=207775&view=rev
Log:
Fix typo (first commit to test commit access).

Modified:
    cfe/trunk/lib/Format/ContinuationIndenter.cpp

Modified: cfe/trunk/lib/Format/ContinuationIndenter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.cpp?rev=207775&r1=207774&r2=207775&view=diff
==============================================================================
--- cfe/trunk/lib/Format/ContinuationIndenter.cpp (original)
+++ cfe/trunk/lib/Format/ContinuationIndenter.cpp Thu May  1 12:19:34 2014
@@ -602,7 +602,7 @@ unsigned ContinuationIndenter::moveState
   // 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) ||





More information about the cfe-commits mailing list