[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 14 22:08:07 PST 2005



Changes in directory llvm/docs:

LangRef.html updated: 1.118 -> 1.119
---
Log message:

Fix some typos noticed by Gabor Greif!


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.118 llvm/docs/LangRef.html:1.119
--- llvm/docs/LangRef.html:1.118	Fri Nov 11 18:45:07 2005
+++ llvm/docs/LangRef.html	Tue Nov 15 00:07:55 2005
@@ -2799,7 +2799,7 @@
 code to simulators and other tools.  The method is target specific, but it is 
 expected that the marker will use exported symbols to transmit the PC of the marker.
 The marker makes no guarantees that it will remain with any specific instruction 
-after optimizations.  It is possible that the presense of a marker will inhibit 
+after optimizations.  It is possible that the presence of a marker will inhibit 
 optimizations.  The intended use is to be inserted after optmizations to allow
 correlations of simulation runs.
 </p>
@@ -3429,7 +3429,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/11/12 00:45:07 $
+  Last modified: $Date: 2005/11/15 06:07:55 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list