fix one reference that slipped through, thanks Eli
authorChris Lattner <sabre@nondot.org>
Fri, 12 Aug 2011 18:12:40 +0000 (18:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Aug 2011 18:12:40 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137488 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 8190e7dc8dd137d6c5c99dd45f0ce6e0261ab044..20250201b01b6b247886f8e85e263ec57ec71e29 100644 (file)
@@ -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>