mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix a typo
llvm-svn: 32713
This commit is contained in:
parent
564ef2e7f4
commit
f4108c384b
@ -1279,7 +1279,7 @@ For our purposes below, we need three concepts. First, an "Opaque Type" is
|
||||
exactly as defined in the <a href="LangRef.html#t_opaque">language
|
||||
reference</a>. Second an "Abstract Type" is any type which includes an
|
||||
opaque type as part of its type graph (for example "<tt>{ opaque, int }</tt>").
|
||||
Third, a concrete type is a type that is not an abstract type (e.g. "<tt>[ int,
|
||||
Third, a concrete type is a type that is not an abstract type (e.g. "<tt>{ int,
|
||||
float }</tt>").
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user