From 1cc070c707b7a54ce11a159afb6916ddc41f5ac3 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 5 Jul 2004 18:05:48 +0000
Subject: [PATCH] Add a missing "terminator" :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14630 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/BytecodeFormat.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.34.1