]> granicus.if.org Git - clang/commitdiff
Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 May 2012 20:10:41 +0000 (20:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 May 2012 20:10:41 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156095 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 1d5700789727d27fb80838386c09acaed47257d2..b8e24e35f83b12d685eb6cb559e6a788a09be683 100644 (file)
@@ -1544,8 +1544,7 @@ case 55:  // no warning
   }
 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();