From: Reid Spencer
Date: Mon, 8 Nov 2004 09:10:50 +0000 (+0000)
Subject: Fix typo.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4213b278317d02b53e7636faba059f47a9eb3ef;p=oota-llvm.git
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17623 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 9cb8cb744c2..5b8c1536997 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -629,7 +629,7 @@ should be interpreted as if it occurred immediately after the 'llvm'
signature (i.e. the uncompressed data begins with the
Module Block
NOTE: 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
--disable-compression option to the tool, if it supports it.