Fix a typo in bitcode docs, from 165814.
authorJan Wen Voung <jvoung@google.com>
Mon, 15 Oct 2012 16:47:58 +0000 (16:47 +0000)
committerJan Wen Voung <jvoung@google.com>
Mon, 15 Oct 2012 16:47:58 +0000 (16:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165944 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BitCodeFormat.rst

index 64c08f0e348e9d7489507a61db94fcaf9964f9fa..bd26f7b1502e294d1e37971f1a9df1f869886cc9 100644 (file)
@@ -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`_.