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

Jim Laskey jlaskey at apple.com
Wed Jun 21 04:08:23 PDT 2006



Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.22 -> 1.23
---
Log message:

fix typos

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

 SourceLevelDebugging.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.22 llvm/docs/SourceLevelDebugging.html:1.23
--- llvm/docs/SourceLevelDebugging.html:1.22	Tue Jun 20 16:13:20 2006
+++ llvm/docs/SourceLevelDebugging.html	Wed Jun 21 06:08:10 2006
@@ -611,8 +611,8 @@
 or <a href="#format_composite_type">composite</a> type descriptors, each
 representing a field member of the structure or union.</p>
 
-<p>The the first member of subroutine (tag = <tt>DW_TAG_subroutine_type</tt>)
-types is the type of the return value for the subroutine.  The remaining
+<p>The first member of subroutine (tag = <tt>DW_TAG_subroutine_type</tt>)
+type elements is the return type for the subroutine.  The remaining
 elements are the formal arguments to the subroutine.</p>
 
 <p><a href="#format_composite_type">Composite type</a> location can be
@@ -1755,7 +1755,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/06/20 21:13:20 $
+  Last modified: $Date: 2006/06/21 11:08:10 $
 </address>
 
 </body>






More information about the llvm-commits mailing list