From a977c486baafe054ed341f13513dcb78d77fe797 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Feb 2005 02:22:14 +0000 Subject: [PATCH] Fix a bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20242 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 2ad68284a7c..88cf2a63237 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -738,7 +738,7 @@ reference to another object, which must live in memory.

A pointer to array of four int values
A pointer to a function that takes an int, returning an + href="#t_function">function that takes an int*, returning an int.