From a699c4dc657e66e31d31b23fc35292c264e4f1b2 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 14 Oct 2007 00:34:53 +0000 Subject: Fixing a typo. Found by Kevin André! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 42956 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/LangRef.html') diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 10fb2e6a6c7..dac34f8f7b5 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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).

-- cgit v1.2.3