mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Fixing a typo. Found by Kevin André!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7fef59f7e5
commit
8ac04ff5ac
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user