summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-05-12 08:01:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-05-12 08:01:52 +0000
commitece86af25983a61f6f26f99c60ce45975eea6bf3 (patch)
tree2a167881ec34b0850be4114dc39f018e9f749e0f /llvm/docs
parentc0490b7c20872982ed1ef2673572c222ac511ee9 (diff)
downloadbcm5719-llvm-ece86af25983a61f6f26f99c60ce45975eea6bf3.tar.gz
bcm5719-llvm-ece86af25983a61f6f26f99c60ce45975eea6bf3.zip
Fix a grammaro.
llvm-svn: 37005
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/BitCodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html
index 1a6123c5c50..0c4cd63f844 100644
--- a/llvm/docs/BitCodeFormat.html
+++ b/llvm/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
OpenPOWER on IntegriCloud