1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fixing a typo. Found by Kevin André!

llvm-svn: 42956
This commit is contained in:
Gordon Henriksen 2007-10-14 00:34:53 +00:00
parent bf31a19c62
commit f38341e4a6

View File

@ -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>