From: Tanya Lattner
Date: Mon, 21 Jun 2004 23:29:40 +0000 (+0000)
Subject: Fixed small typo to symtab link.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61f1d2b623db7ef3924bd90b34226fbfbff01ba0;p=oota-llvm.git
Fixed small typo to symtab link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14308 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 2b986641b66..0b0f15606d2 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -315,7 +315,7 @@ bit and byte level specifics.
constants except function arguments, global values and constant strings.
Functions: One function block is written for
each function in the module.
- Symbol Table: The module level symbol table that
+ Symbol Table: The module level symbol table that
provides names for the various other entries in the file is the final block
written.