[llvm-commits] [llvm] r42956 - /llvm/trunk/docs/LangRef.html
Gordon Henriksen
gordonhenriksen at mac.com
Sat Oct 13 17:34:54 PDT 2007
Author: gordon
Date: Sat Oct 13 19:34:53 2007
New Revision: 42956
URL: http://llvm.org/viewvc/llvm-project?rev=42956&view=rev
Log:
Fixing a typo. Found by Kevin André!
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=42956&r1=42955&r2=42956&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Oct 13 19:34:53 2007
@@ -1296,7 +1296,7 @@
<h5>Overview:</h5>
<p>Opaque types are used to represent unknown types in the system. This
-corresponds (for example) to the C notion of a foward declared structure type.
+corresponds (for example) to the C notion of a forward declared structure type.
In LLVM, opaque types can eventually be resolved to any type (not just a
structure type).</p>
More information about the llvm-commits
mailing list