summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Wen Voung <jvoung@google.com>2012-10-15 16:47:58 +0000
committerJan Wen Voung <jvoung@google.com>2012-10-15 16:47:58 +0000
commit0919f22dec4fe64a8830599dd499161e374e354c (patch)
treec07d35e92634a8fb5b2c00e1a319255a38e10e66 /docs
parent2c39b15073db81d93bb629303915b7d7e5d088dc (diff)
downloadllvm-0919f22dec4fe64a8830599dd499161e374e354c.tar.gz
llvm-0919f22dec4fe64a8830599dd499161e374e354c.tar.bz2
llvm-0919f22dec4fe64a8830599dd499161e374e354c.tar.xz
Fix a typo in bitcode docs, from 165814.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/BitCodeFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst
index 64c08f0e34..bd26f7b150 100644
--- a/docs/BitCodeFormat.rst
+++ b/docs/BitCodeFormat.rst
@@ -564,7 +564,7 @@ MODULE_CODE_VERSION Record
``[VERSION, version#]``
The ``VERSION`` record (code 1) contains a single value indicating the format
-version. Version 0 and 1 are supported at this time. The difference between
+version. Versions 0 and 1 are supported at this time. The difference between
version 0 and 1 is in the encoding of instruction operands in
each `FUNCTION_BLOCK`_.