From: Chris Lattner
Date: Mon, 5 Jul 2004 18:05:48 +0000 (+0000)
Subject: Add a missing "terminator" :)
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1cc070c707b7a54ce11a159afb6916ddc41f5ac3;p=oota-llvm.git
Add a missing "terminator" :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14630 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 71a0e9351fb..0ed48e1db6e 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -739,7 +739,7 @@ format is given in the table below.
This section describes the differences in the Bytecode Format across LLVM
versions. The versions are listed in reverse order because it assumes the
current version is as documented in the previous sections. Each section here
-describes the differences between that version and the one that follows
+describes the differences between that version and the one that follows.