]> granicus.if.org Git - clang/commitdiff
fix line #'s
authorChris Lattner <sabre@nondot.org>
Wed, 30 Sep 2009 20:20:06 +0000 (20:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Sep 2009 20:20:06 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83162 91177308-0d34-0410-b5e6-96231b3b80d8

www/diagnostics.html

index d1645b6ca7913bf9f2b5e6903a6b7ebacdda2a41..18f1bc7ff0befc55eccadaed4627724044b250c1 100644 (file)
@@ -296,8 +296,8 @@ examples are:</p>
 </pre>
 
 <p>This shows a trivial little tweak, where we tell you to put the semicolon at
-the end of the line that is missing it (line 8) instead of at the beginning of
-the following line (line 9).  This is particularly important with fixit hints
+the end of the line that is missing it (line 4) instead of at the beginning of
+the following line (line 5).  This is particularly important with fixit hints
 and caret diagnostics, because otherwise you don't get the important context.
 </p>