[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

Reid Spencer reid at x10sys.com
Mon Nov 8 01:11:01 PST 2004



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.35 -> 1.36
---
Log message:

Fix typo.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.35 llvm/docs/BytecodeFormat.html:1.36
--- llvm/docs/BytecodeFormat.html:1.35	Mon Nov  8 02:55:21 2004
+++ llvm/docs/BytecodeFormat.html	Mon Nov  8 03:10:50 2004
@@ -629,7 +629,7 @@
 signature (i.e. the uncompressed data begins with the 
 <a href="#module">Module Block</a></p>
 <p><b>NOTE:</b> As of LLVM 1.4, all bytecode files produced by the LLVM tools
-are compressed byte default. To disable compression, pass the 
+are compressed by default. To disable compression, pass the 
 <tt>--disable-compression</tt> option to the tool, if it supports it.
 </div>
 <!-- _______________________________________________________________________ -->
@@ -1892,7 +1892,7 @@
 <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
  href="mailto:sabre at nondot.org">Chris Lattner</a><br>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/11/08 08:55:21 $
+Last modified: $Date: 2004/11/08 09:10:50 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list