[llvm-commits] [llvm] r64132 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Mon Feb 9 02:01:06 PST 2009
Author: lattner
Date: Mon Feb 9 04:00:56 2009
New Revision: 64132
URL: http://llvm.org/viewvc/llvm-project?rev=64132&view=rev
Log:
fix typo, patch by Jonathan Brandmeyer!
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=64132&r1=64131&r2=64132&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Feb 9 04:00:56 2009
@@ -1677,7 +1677,7 @@
references (with their equivalent as named type declarations) include:</p>
<pre>
- { \2 * } %x = type { %t* }
+ { \2 * } %x = type { %x* }
{ \2 }* %y = type { %y }*
\1* %z = type %z*
</pre>
More information about the llvm-commits
mailing list