aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-06-21 23:29:40 +0000
committerTanya Lattner <tonic@nondot.org>2004-06-21 23:29:40 +0000
commit61f1d2b623db7ef3924bd90b34226fbfbff01ba0 (patch)
tree43ee6bfc1c4289f68e3de36b1b24767bfecad367 /docs/BytecodeFormat.html
parent7e242cacff0aae446bb5bd5723870cd9a0a7d480 (diff)
downloadexternal_llvm-61f1d2b623db7ef3924bd90b34226fbfbff01ba0.zip
external_llvm-61f1d2b623db7ef3924bd90b34226fbfbff01ba0.tar.gz
external_llvm-61f1d2b623db7ef3924bd90b34226fbfbff01ba0.tar.bz2
Fixed small typo to symtab link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 2b98664..0b0f156 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -315,7 +315,7 @@ bit and byte level specifics.</p>
constants except function arguments, global values and constant strings.</li>
<li><a href="#functions">Functions</a>: One function block is written for
each function in the module. </li>
- <li><a href="$symtab">Symbol Table</a>: The module level symbol table that
+ <li><a href="#symtab">Symbol Table</a>: The module level symbol table that
provides names for the various other entries in the file is the final block
written.</li>
</ol>