From: Reid Spencer Date: Sat, 12 May 2007 08:01:52 +0000 (+0000) Subject: Fix a grammaro. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58d054783d0c6a0c313da91b91f8ba7c8137cefe;p=oota-llvm.git Fix a grammaro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37005 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 1a6123c5c50..0c4cd63f844 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -52,7 +52,7 @@ href="#bitstream">bitstream container format and an encoding of LLVM IR into the container format.

-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