From: Gordon Henriksen Date: Sun, 14 Oct 2007 00:34:53 +0000 (+0000) Subject: Fixing a typo. Found by Kevin André! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8ac04ff5aca02ae1b6958803f2c17afb47007421;p=oota-llvm.git Fixing a typo. Found by Kevin André! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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).