Fixed small typo to symtab link.

llvm-svn: 14308
This commit is contained in:
Tanya Lattner 2004-06-21 23:29:40 +00:00
parent c0b271710c
commit c197980246
1 changed files with 1 additions and 1 deletions

View File

@ -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>