From 1619c72a92a88905826c55daa108b84e41cdb691 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Mon, 8 Nov 2004 09:10:50 +0000
Subject: [PATCH] Fix typo.
llvm-svn: 17623
---
llvm/docs/BytecodeFormat.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 9cb8cb744c2c..5b8c15369972 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/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.