diff options
author | Chris Lattner <sabre@nondot.org> | 2011-08-12 18:12:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-08-12 18:12:40 +0000 |
commit | aa175c37d1b1e097206bf5fc78da49dcca65e205 (patch) | |
tree | e84ff7b14d6784ea1e4d5cb1abce83250f28def0 /docs | |
parent | 7cdbf086e4676494fc6a5b26c169285ae0bb740b (diff) | |
download | external_llvm-aa175c37d1b1e097206bf5fc78da49dcca65e205.zip external_llvm-aa175c37d1b1e097206bf5fc78da49dcca65e205.tar.gz external_llvm-aa175c37d1b1e097206bf5fc78da49dcca65e205.tar.bz2 |
fix one reference that slipped through, thanks Eli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 8190e7d..2025020 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2039,7 +2039,7 @@ in signal handlers).</p> defined inline with other types (e.g. <tt>{i32, i32}*</tt>) whereas identified types are always defined at the top level with a name. Literal types are uniqued by their contents and can never be recursive or opaque since there is - no way to write one. Named types can be recursive, can be opaqued, and are + no way to write one. Identified types can be recursive, can be opaqued, and are never uniqued. </p> |