[llvm-commits] CVS: llvm/docs/BitCodeFormat.html
Reid Spencer
reid at x10sys.com
Sat May 12 01:02:10 PDT 2007
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.5 -> 1.6
---
Log message:
Fix a grammaro.
---
Diffs of the changes: (+2 -2)
BitCodeFormat.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/BitCodeFormat.html
diff -u llvm/docs/BitCodeFormat.html:1.5 llvm/docs/BitCodeFormat.html:1.6
--- llvm/docs/BitCodeFormat.html:1.5 Sat May 12 02:50:14 2007
+++ llvm/docs/BitCodeFormat.html Sat May 12 03:01:52 2007
@@ -52,7 +52,7 @@
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
@@ -433,7 +433,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2007/05/12 07:50:14 $
+Last modified: $Date: 2007/05/12 08:01:52 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list