diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-14 00:34:53 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-14 00:34:53 +0000 |
commit | da0706ef957c355350f8472d7710614945b3012f (patch) | |
tree | f4b6a7ddde786dffe485f8b3db40310f00651f23 /docs/LangRef.html | |
parent | 4dd632b693c3a7bd93a716de8afbb992ad2710eb (diff) | |
download | external_llvm-da0706ef957c355350f8472d7710614945b3012f.zip external_llvm-da0706ef957c355350f8472d7710614945b3012f.tar.gz external_llvm-da0706ef957c355350f8472d7710614945b3012f.tar.bz2 |
Fixing a typo. Found by Kevin André!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 10fb2e6..dac34f8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1296,7 +1296,7 @@ be any integer or floating point type.</p> <h5>Overview:</h5> <p>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).</p> |