diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-06-21 11:08:10 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-06-21 11:08:10 +0000 |
commit | b329fe1b3c01f2b1c1d558eaf4320192deba11f9 (patch) | |
tree | 3afc02f4505e3081ccdf37dfba496a748b2419ea /docs/SourceLevelDebugging.html | |
parent | d1aab35d1a9f81348a2667e7929be958daf418ff (diff) | |
download | external_llvm-b329fe1b3c01f2b1c1d558eaf4320192deba11f9.zip external_llvm-b329fe1b3c01f2b1c1d558eaf4320192deba11f9.tar.gz external_llvm-b329fe1b3c01f2b1c1d558eaf4320192deba11f9.tar.bz2 |
fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 23070d3..4525e44 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -611,8 +611,8 @@ href="#format_basic_type">basic</a>, <a href="#format_derived_type">derived</a> 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 |