aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-05 18:05:48 +0000
committerChris Lattner <sabre@nondot.org>2004-07-05 18:05:48 +0000
commit1cc070c707b7a54ce11a159afb6916ddc41f5ac3 (patch)
treedf8b14e49653588521270aaeee1fc6dd07af88c5
parent7c66ab3747673982db7d7f881890972753fae46c (diff)
Add a missing "terminator" :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14630 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/BytecodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 71a0e9351f..0ed48e1db6 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -739,7 +739,7 @@ format is given in the table below. </p>
<p>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 <i>follows</i>
+describes the differences between that version and the one that <i>follows</i>.
</p>
</div>
<!-- _______________________________________________________________________ -->