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 | a699c4dc657e66e31d31b23fc35292c264e4f1b2 (patch) | |
tree | 6196652538b6ca64b6a00e5e8758b783269e7b15 /llvm/docs | |
parent | 29af26f1472e7c371b3e5ed1f2dc03d903cfc82c (diff) | |
download | bcm5719-llvm-a699c4dc657e66e31d31b23fc35292c264e4f1b2.tar.gz bcm5719-llvm-a699c4dc657e66e31d31b23fc35292c264e4f1b2.zip |
Fixing a typo. Found by Kevin André!
llvm-svn: 42956
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</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> |