clarify that opaque is actually a struct type, PR10430
authorChris Lattner <sabre@nondot.org>
Sat, 23 Jul 2011 19:59:08 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Jul 2011 19:59:08 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135861 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 225173e3d301aed87ce0b455fccd162c5f6f3cfa..931e9750d324c26293c9c32f183765c3eef60f83 100644 (file)
@@ -75,7 +75,7 @@
             <ol>
               <li><a href="#t_array">Array Type</a></li>
               <li><a href="#t_struct">Structure Type</a></li>
-              <li><a href="#t_opaque">Opaque Type</a></li>
+              <li><a href="#t_opaque">Opaque Structure Types</a></li>
               <li><a href="#t_vector">Vector Type</a></li>
             </ol>
           </li>
@@ -1980,15 +1980,15 @@ as if it writes to the relevant surrounding bytes.
   
 <!-- _______________________________________________________________________ -->
 <h4>
-  <a name="t_opaque">Opaque Type</a>
+  <a name="t_opaque">Opaque Structure Types</a>
 </h4>
 
 <div>
 
 <h5>Overview:</h5>
-<p>Opaque types are used to represent named structure types that do not have a
-   body specified.  This corresponds (for example) to the C notion of a forward 
-   declared structure.</p>
+<p>Opaque structure types are used to represent named structure types that do
+   not have a body specified.  This corresponds (for example) to the C notion of
+   a forward declared structure.</p>
 
 <h5>Syntax:</h5>
 <pre>