Author: rsmith
Date: Thu May  3 15:10:41 2012
New Revision: 156095

URL: http://llvm.org/viewvc/llvm-project?rev=156095&view=rev
Log:
Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.

Modified:
    cfe/trunk/docs/LanguageExtensions.html

Modified: cfe/trunk/docs/LanguageExtensions.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=156095&r1=156094&r2=156095&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Thu May  3 15:10:41 2012
@@ -1544,8 +1544,7 @@
   }
 case 66:  // no warning
   p();
-  <b>[[clang::fallthrough]];</b>  // warning: fallthrough annotation does not 
directly
-                           //          preceed case label
+  <b>[[clang::fallthrough]];</b>  // warning: fallthrough annotation does not 
directly precede case label
   q();
 case 77:  // warning: unannotated fall-through
   r();


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to