From f4ddea69ba6d92d59dcc3ff11b426d5d8b62ce8a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Jul 2004 19:58:54 +0000 Subject: [PATCH] Punctuate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14650 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 9b85a378fd0..05742fd6468 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -629,7 +629,7 @@ Notes:

The module global info block contains the definitions of all global variables including their initializers and the declaration of all - functions. The format is shown in the table below

+ functions. The format is shown in the table below:

-- 2.34.1
Type