aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodingStandards.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:42:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:42:24 +0000
commit179bf4bf398cbe8fa400fd6c5e875b9f8a7280de (patch)
tree8431fba8835e4890e1d73af194079c8998bd1a41 /docs/CodingStandards.html
parentd15516ea46bff5f260751323a95f9f52a254a3e5 (diff)
downloadexternal_llvm-179bf4bf398cbe8fa400fd6c5e875b9f8a7280de.zip
external_llvm-179bf4bf398cbe8fa400fd6c5e875b9f8a7280de.tar.gz
external_llvm-179bf4bf398cbe8fa400fd6c5e875b9f8a7280de.tar.bz2
Fix broken internal link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r--docs/CodingStandards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 51a4558..19577cb 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -211,7 +211,7 @@ These nest properly and are better behaved in general than C style comments.</p>
<p>Immediately after the <a href="#scf_commenting">header file comment</a> (and
include guards if working on a header file), the <a
-href="hl_dontinclude">minimal</a> list of #includes required by the file should
+href="#hl_dontinclude">minimal</a> list of #includes required by the file should
be listed. We prefer these #includes to be listed in this order:</p>
<ol>