I plan to release a version of dragonegg based on llvm-2.7 shortly
[oota-llvm.git] / docs / ProgrammersManual.html
index 9d007566c963415494d1c45fac9941c0786cbfba..46fd33f40d552827589b83ebfbc05c70a1539053 100644 (file)
@@ -3080,7 +3080,7 @@ the <tt>lib/VMCore</tt> directory.</p>
   <dt><tt><a name="FunctionType">FunctionType</a></tt></dt>
   <dd>Subclass of DerivedTypes for function types.
     <ul>
-      <li><tt>bool isVarArg() const</tt>: Returns true if its a vararg
+      <li><tt>bool isVarArg() const</tt>: Returns true if it's a vararg
       function</li>
       <li><tt> const Type * getReturnType() const</tt>: Returns the
       return type of the function.</li>