From 8ac04ff5aca02ae1b6958803f2c17afb47007421 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 14 Oct 2007 00:34:53 +0000 Subject: [PATCH] =?utf8?q?Fixing=20a=20typo.=20Found=20by=20Kevin=20Andr?= =?utf8?q?=C3=A9!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 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 10fb2e6a6c7..dac34f8f7b5 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1296,7 +1296,7 @@ be any integer or floating point type.

Overview:

Opaque types are used to represent unknown types in the system. This -corresponds (for example) to the C notion of a foward declared structure type. +corresponds (for example) to the C notion of a forward declared structure type. In LLVM, opaque types can eventually be resolved to any type (not just a structure type).

-- 2.34.1