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 | e7235645a279811ceea04543a9404a24b2ee3013 (patch) | |
tree | 7d78281108abf330a34350500bb13e04643a8af8 | |
parent | 336313ce3d68b08295ab21f4ae40fdb9065b649a (diff) | |
download | bcm5719-llvm-e7235645a279811ceea04543a9404a24b2ee3013.tar.gz bcm5719-llvm-e7235645a279811ceea04543a9404a24b2ee3013.zip |
fix typos
llvm-svn: 28894
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 23070d32784..4525e4400f6 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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 |