Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28894 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
JimLaskey committed Jun 21, 2006
1 parent d1aab35 commit b329fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SourceLevelDebugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b329fe1

Please sign in to comment.