From b0a57aa893ff3ce9f6f13d872e84b9e987df4089 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 27 Nov 2008 06:41:20 +0000 Subject: [PATCH] Fixed HTML closing tag, cleaned up some spacing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60153 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 4e689186837..74027cebe6d 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1406,8 +1406,8 @@ Variable argument functions can access their arguments with the {i32, i32} (i32) - A function taking an i32>, returning two - i32 values as an aggregate of type { i32, i32 } + A function taking an i32, returning two + i32 values as an aggregate of type { i32, i32 } -- 2.34.1