[llvm-commits] [llvm] r137488 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Fri Aug 12 11:12:40 PDT 2011


Author: lattner
Date: Fri Aug 12 13:12:40 2011
New Revision: 137488

URL: http://llvm.org/viewvc/llvm-project?rev=137488&view=rev
Log:
fix one reference that slipped through, thanks Eli

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=137488&r1=137487&r2=137488&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Aug 12 13:12:40 2011
@@ -2039,7 +2039,7 @@
   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>
   





More information about the llvm-commits mailing list