diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-20 04:23:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-20 04:23:36 +0000 |
commit | d7ed9c92c2cca4a3b9c993b8f1ad4a80e172112a (patch) | |
tree | c8e3e78116dd47761f971439e6c98ec913b6eb15 /llvm/docs/ProgrammersManual.html | |
parent | 258657e64e8b2da77eeaac77cb739c02cb3fe7ed (diff) | |
download | bcm5719-llvm-d7ed9c92c2cca4a3b9c993b8f1ad4a80e172112a.tar.gz bcm5719-llvm-d7ed9c92c2cca4a3b9c993b8f1ad4a80e172112a.zip |
fix a typo
llvm-svn: 32713
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 1ee38603c7e..e6653f57a03 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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> |