Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.128 -> 1.129
---
Log message:

Fix a typo.


---
Diffs of the changes:  (+2 -2)

 ProgrammersManual.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.128 
llvm/docs/ProgrammersManual.html:1.129
--- llvm/docs/ProgrammersManual.html:1.128      Thu Mar  1 15:05:33 2007
+++ llvm/docs/ProgrammersManual.html    Thu Mar  1 19:31:31 2007
@@ -2630,7 +2630,7 @@
       <li><tt>uint64_t getZExtValue() const</tt>: Converts the underlying APInt
       value to a uint64_t via zero extension. IF the value (not the bit width)
       of the APInt is too large to fit in a uint64_t, an assertion will result.
-      For this reason, use of this method is discourage.</li>
+      For this reason, use of this method is discouraged.</li>
       <li><tt>static ConstantInt* get(const APInt&amp; Val)</tt>: Returns the
       ConstantInt object that represents the value provided by <tt>Val</tt>.
       The type is implied as the IntegerType that corresponds to the bit width
@@ -3060,7 +3060,7 @@
   <a href="mailto:[EMAIL PROTECTED]">Dinakar Dhurjati</a> and
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/03/01 21:05:33 $
+  Last modified: $Date: 2007/03/02 01:31:31 $
 </address>
 
 </body>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to