<div dir="ltr">Oops, forgot proper CL description (git ... :-( ).<div><br></div><div>Just a typo I fixed on the way and forgot to merge in with the actual change.<br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Apr 3, 2014 at 2:00 PM, Daniel Jasper <span dir="ltr"><<a href="mailto:djasper@google.com" target="_blank" class="cremed">djasper@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: djasper<br>
Date: Thu Apr  3 07:00:27 2014<br>
New Revision: 205526<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=205526&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=205526&view=rev</a><br>
Log:<br>
x<br>
<br>
Modified:<br>
    cfe/trunk/lib/Format/ContinuationIndenter.cpp<br>
<br>
Modified: cfe/trunk/lib/Format/ContinuationIndenter.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.cpp?rev=205526&r1=205525&r2=205526&view=diff" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.cpp?rev=205526&r1=205525&r2=205526&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/lib/Format/ContinuationIndenter.cpp (original)<br>
+++ cfe/trunk/lib/Format/ContinuationIndenter.cpp Thu Apr  3 07:00:27 2014<br>
@@ -350,7 +350,7 @@ unsigned ContinuationIndenter::addTokenO<br>
<br>
   // Breaking before the first "<<" is generally not desirable if the LHS is<br>
   // short. Also always add the penalty if the LHS is split over mutliple lines<br>
-  // to avoid unncessary line breaks that just work around this penalty.<br>
+  // to avoid unnecessary line breaks that just work around this penalty.<br>
   if (NextNonComment->is(tok::lessless) &&<br>
       State.Stack.back().FirstLessLess == 0 &&<br>
       (State.Column <= Style.ColumnLimit / 3 ||<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" class="cremed">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank" class="cremed">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div></div></div>