aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-10-24 16:20:10 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-10-24 16:20:10 +0000
commit611a8d1b8a2d34e8d9b9ae8316549a188d1eccc6 (patch)
tree928173c0f632898372d8229fbfedf639f3a81c3f /docs/BytecodeFormat.html
parent0ec250ca8f3a3bdc710d61f1a78b715ca4f9112c (diff)
downloadexternal_llvm-611a8d1b8a2d34e8d9b9ae8316549a188d1eccc6.zip
external_llvm-611a8d1b8a2d34e8d9b9ae8316549a188d1eccc6.tar.gz
external_llvm-611a8d1b8a2d34e8d9b9ae8316549a188d1eccc6.tar.bz2
Fixed a grammar issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23966 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 dd39530..e767498 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -732,7 +732,7 @@ as shown in the following table.</p>
</table>
<p>
Of particular note, the bytecode format number is simply a 28-bit
-monotonically increase integer that identifies the version of the bytecode
+monotonically increasing integer that identifies the version of the bytecode
format (which is not directly related to the LLVM release number). The
bytecode versions defined so far are (note that this document only
describes the latest version, 1.3):</p>