diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-06 19:58:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-06 19:58:54 +0000 |
commit | f4ddea69ba6d92d59dcc3ff11b426d5d8b62ce8a (patch) | |
tree | 2eb381cb0b24ff11b9b5bc1ecf902640e3cdedf7 /docs | |
parent | fae10102189dda83b6567428ce3448d96ce58ff1 (diff) | |
download | external_llvm-f4ddea69ba6d92d59dcc3ff11b426d5d8b62ce8a.zip external_llvm-f4ddea69ba6d92d59dcc3ff11b426d5d8b62ce8a.tar.gz external_llvm-f4ddea69ba6d92d59dcc3ff11b426d5d8b62ce8a.tar.bz2 |
Punctuate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BytecodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 9b85a37..05742fd 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -629,7 +629,7 @@ Notes: <div class="doc_text"> <p>The module global info block contains the definitions of all global variables including their initializers and the <em>declaration</em> of all - functions. The format is shown in the table below</p> + functions. The format is shown in the table below:</p> <table> <tr> <th><b>Type</b></th> |