diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-05-12 08:01:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-05-12 08:01:52 +0000 |
commit | 58d054783d0c6a0c313da91b91f8ba7c8137cefe (patch) | |
tree | c96e83402d0aabcc71f69773e8b3b13c795cc20f /docs | |
parent | f1d64e90b3d08886125ecb84b704335bc1187be9 (diff) | |
download | external_llvm-58d054783d0c6a0c313da91b91f8ba7c8137cefe.zip external_llvm-58d054783d0c6a0c313da91b91f8ba7c8137cefe.tar.gz external_llvm-58d054783d0c6a0c313da91b91f8ba7c8137cefe.tar.bz2 |
Fix a grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BitCodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 1a6123c..0c4cd63 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -52,7 +52,7 @@ href="#bitstream">bitstream container format</a> and an <a href="#llvmir">encoding of LLVM IR</a> into the container format.</p> <p> -The bitstream format is an abstract encoding of structured data, like very +The bitstream format is an abstract encoding of structured data, very similar to XML in some ways. Like XML, bitstream files contain tags, and nested structures, and you can parse the file without having to understand the tags. Unlike XML, the bitstream format is a binary encoding, and unlike XML it |