fix some minor errors
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 23:26:01 +0000 (23:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 23:26:01 +0000 (23:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25301 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 67eb21ee975765d86e3093e24758b76f91db4fd1..7dc743f71392ee88a5e92f4e55efe528655262dc 100644 (file)
           <li><a href="#i_select">'<tt>select</tt>' Instruction</a></li>
           <li><a href="#i_extractelement">'<tt>extractelement</tt>' Instruction</a></li>
           <li><a href="#i_call">'<tt>call</tt>'  Instruction</a></li>
-          <li><a href="#i_vaarg">'<tt>vaarg</tt>'  Instruction</a></li>
+          <li><a href="#i_va_arg">'<tt>va_arg</tt>'  Instruction</a></li>
         </ol>
       </li>
     </ol>
@@ -2369,7 +2369,7 @@ the <a href="#i_invoke">invoke</a> instruction.</p>
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
-  <a name="i_vaarg">'<tt>vaarg</tt>' Instruction</a>
+  <a name="i_va_arg">'<tt>va_arg</tt>' Instruction</a>
 </div>
 
 <div class="doc_text">
@@ -2451,7 +2451,7 @@ href="ExtendingLLVM.html">Extending LLVM Guide</a>.
 <div class="doc_text">
 
 <p>Variable argument support is defined in LLVM with the <a
- href="#i_vanext"><tt>vanext</tt></a> instruction and these three
+ href="#i_va_arg"><tt>va_arg</tt></a> instruction and these three
 intrinsic functions.  These functions are related to the similarly
 named macros defined in the <tt>&lt;stdarg.h&gt;</tt> header file.</p>