summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-20 17:53:51 +0000
committerChris Lattner <sabre@nondot.org>2010-01-20 17:53:51 +0000
commitf958dd2e1c12b70f6eef5a2aef4a6ac497a1b471 (patch)
tree6769dddaf3b27188405946227cd3e116f20a793d /docs
parentf8526cb711ec96cd2d5aff30da57f65ae8e5b7b8 (diff)
downloadllvm-f958dd2e1c12b70f6eef5a2aef4a6ac497a1b471.tar.gz
llvm-f958dd2e1c12b70f6eef5a2aef4a6ac497a1b471.tar.bz2
llvm-f958dd2e1c12b70f6eef5a2aef4a6ac497a1b471.tar.xz
reduce redundant are's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/BitCodeFormat.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html
index 655d7f69b5..f1ddefdea9 100644
--- a/docs/BitCodeFormat.html
+++ b/docs/BitCodeFormat.html
@@ -138,8 +138,7 @@ bitcode, while application-specific programs will want to look at all four.</p>
A bitstream literally consists of a stream of bits, which are read in order
starting with the least significant bit of each byte. The stream is made up of a
number of primitive values that encode a stream of unsigned integer values.
-These
-integers are are encoded in two ways: either as <a href="#fixedwidth">Fixed
+These integers are encoded in two ways: either as <a href="#fixedwidth">Fixed
Width Integers</a> or as <a href="#variablewidth">Variable Width
Integers</a>.
</p>