Skip to content

Commit

Permalink
Fix a typo in bitcode docs, from 165814.
Browse files Browse the repository at this point in the history
llvm-svn: 165944
  • Loading branch information
jvoung committed Oct 15, 2012
1 parent bc10b9f commit 69082be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/BitCodeFormat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down

0 comments on commit 69082be

Please sign in to comment.