From b329fe1b3c01f2b1c1d558eaf4320192deba11f9 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 21 Jun 2006 11:08:10 +0000 Subject: [PATCH] fix typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28894 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 23070d32784..4525e4400f6 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -611,8 +611,8 @@ href="#format_basic_type">basic, derived or composite type descriptors, each representing a field member of the structure or union.

-

The the first member of subroutine (tag = DW_TAG_subroutine_type) -types is the type of the return value for the subroutine. The remaining +

The first member of subroutine (tag = DW_TAG_subroutine_type) +type elements is the return type for the subroutine. The remaining elements are the formal arguments to the subroutine.

Composite type location can be -- 2.34.1