[llvm-commits] [llvm] r165944 - /llvm/trunk/docs/BitCodeFormat.rst

Jan Wen Voung jvoung at google.com
Mon Oct 15 09:47:59 PDT 2012


Author: jvoung
Date: Mon Oct 15 11:47:58 2012
New Revision: 165944

URL: http://llvm.org/viewvc/llvm-project?rev=165944&view=rev
Log:
Fix a typo in bitcode docs, from 165814.

Modified:
    llvm/trunk/docs/BitCodeFormat.rst

Modified: llvm/trunk/docs/BitCodeFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.rst?rev=165944&r1=165943&r2=165944&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.rst (original)
+++ llvm/trunk/docs/BitCodeFormat.rst Mon Oct 15 11:47:58 2012
@@ -564,7 +564,7 @@
 ``[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`_.
 





More information about the llvm-commits mailing list