diff options
| author | Tanya Lattner <tonic@nondot.org> | 2004-06-21 23:29:40 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2004-06-21 23:29:40 +0000 |
| commit | c197980246efab058c1c9dfba388643e8eb90847 (patch) | |
| tree | a678900db33d16646d975fd09f3090cc6ad9a0e3 /llvm | |
| parent | c0b271710c4dc9cfa8c74dcaa4898e74482f0602 (diff) | |
| download | bcm5719-llvm-c197980246efab058c1c9dfba388643e8eb90847.tar.gz bcm5719-llvm-c197980246efab058c1c9dfba388643e8eb90847.zip | |
Fixed small typo to symtab link.
llvm-svn: 14308
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/BytecodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 2b986641b66..0b0f15606d2 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/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> |

