From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by sourceware.org (Postfix) with ESMTP id 23DEB389247D for ; Sat, 12 Dec 2020 16:51:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 23DEB389247D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ldv@altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id A623372C8B5 for ; Sat, 12 Dec 2020 19:51:08 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 9D62E7CC8A3; Sat, 12 Dec 2020 19:51:08 +0300 (MSK) Date: Sat, 12 Dec 2020 19:51:08 +0300 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: [PATCH 06/12] libdw: fix spelling typos in comments and ChangeLog Message-ID: <20201212165108.GF503@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201212164901.GA474@altlinux.org> X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2020 16:51:10 -0000 Retieve -> Retrieve apporiate -> appropriate distinquish -> distinguish dynamicly -> dynamically indeces -> indices lenght -> length minium -> minimum occured -> occurred setion -> section unknow -> unknown Signed-off-by: Dmitry V. Levin --- libdw/ChangeLog | 11 ++++++++++- libdw/dwarf.h | 2 +- libdw/dwarf_begin_elf.c | 2 +- libdw/dwarf_getlocation.c | 4 ++-- libdw/dwarf_getsrclines.c | 2 +- libdw/libdw.h | 10 +++++----- libdw/libdwP.h | 4 ++-- 7 files changed, 22 insertions(+), 13 deletions(-) diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 2d552544..ab568f55 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,12 @@ +2020-12-12 Dmitry V. Levin + + * dwarf.h: Fix spelling typo in comment. + * dwarf_begin_elf.c (dwarf_begin_elf): Likewise. + * dwarf_getlocation.c (attr_ok, __libdw_intern_expression): Likewise. + * dwarf_getsrclines.c (read_srclines): Likewise. + * libdw.h: Fix spelling typos in comments. + * libdwP.h: Likewise. + 2020-12-09 Dmitry V. Levin * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA. @@ -180,7 +189,7 @@ 2019-02-02 Mark Wielaard * dwarf_nextcu.c (__libdw_next_unit): Define bytes_end. - Check there are enough bytes to read extended lenght, version + Check there are enough bytes to read extended length, version and unit. 2019-01-20 Mark Wielaard diff --git a/libdw/dwarf.h b/libdw/dwarf.h index 98b10437..19a4be96 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -1014,7 +1014,7 @@ enum /* Section 7.2.2 of the DWARF3 specification defines a range of escape codes that can appear in the length field of certain DWARF structures. - These defines enumerate the minium and maximum values of this range. + These defines enumerate the minimum and maximum values of this range. Currently only the maximum value is used (to indicate that 64-bit values are going to be used in the dwarf data that accompanies the structure). The other values are reserved. diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c index 474ed138..757ac4fa 100644 --- a/libdw/dwarf_begin_elf.c +++ b/libdw/dwarf_begin_elf.c @@ -457,7 +457,7 @@ dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) } /* If the caller provides a section group we get the DWARF - sections only from this setion group. Otherwise we search + sections only from this section group. Otherwise we search for the first section with the required name. Further sections with the name are ignored. The DWARF specification does not really say this is allowed. */ diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c index f2bad5a9..4e582db2 100644 --- a/libdw/dwarf_getlocation.c +++ b/libdw/dwarf_getlocation.c @@ -50,7 +50,7 @@ attr_ok (Dwarf_Attribute *attr) /* Otherwise must be one of the attributes listed below. Older DWARF versions might have encoded the exprloc as block, and we - cannot easily distinquish attributes in the loclist class because + cannot easily distinguish attributes in the loclist class because the same forms are used for different classes. */ switch (attr->code) { @@ -388,7 +388,7 @@ __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, invalid: __libdw_seterrno (DWARF_E_INVALID_DWARF); returnmem: - /* Free any dynamicly allocated loclists, if any. */ + /* Free any dynamically allocated loclists, if any. */ while (n > MAX_STACK_LOCS) { struct loclist *loc = loclist; diff --git a/libdw/dwarf_getsrclines.c b/libdw/dwarf_getsrclines.c index 75ec9c79..d6a581ad 100644 --- a/libdw/dwarf_getsrclines.c +++ b/libdw/dwarf_getsrclines.c @@ -757,7 +757,7 @@ read_srclines (Dwarf *dbg, case DW_LNE_set_address: /* The value is an address. The size is defined as - apporiate for the target machine. We use the + appropriate for the target machine. We use the address size field from the CU header. */ state.op_index = 0; if (unlikely (lineendp - linep < (uint8_t) address_size)) diff --git a/libdw/libdw.h b/libdw/libdw.h index f63cab1b..77174d28 100644 --- a/libdw/libdw.h +++ b/libdw/libdw.h @@ -243,7 +243,7 @@ extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp); /* Retrieve ELF descriptor used for DWARF access. */ extern Elf *dwarf_getelf (Dwarf *dwarf); -/* Retieve DWARF descriptor used for a Dwarf_Die or Dwarf_Attribute. +/* Retrieve DWARF descriptor used for a Dwarf_Die or Dwarf_Attribute. A Dwarf_Die or a Dwarf_Attribute is associated with a particular Dwarf_CU handle. This function returns the DWARF descriptor for that Dwarf_CU. */ @@ -429,7 +429,7 @@ extern int dwarf_siblingof (Dwarf_Die *die, Dwarf_Die *result) given DIE) that isn't a type alias or qualifier type. Returns 1 when RESULT contains a type alias or qualifier Dwarf_Die that couldn't be peeled further (it doesn't have a DW_TAG_type - attribute). Returns -1 when an error occured. + attribute). Returns -1 when an error occurred. The current DWARF specification defines one type alias tag (DW_TAG_typedef) and seven modifier/qualifier type tags @@ -696,13 +696,13 @@ extern int dwarf_linediscriminator (Dwarf_Line *line, unsigned int *discp) /* Find line information for address. The returned string is NULL when - an error occured, or the file path. The file path is either absolute + an error occurred, or the file path. The file path is either absolute or relative to the compilation directory. See dwarf_decl_file. */ extern const char *dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length); /* Return file information. The returned string is NULL when - an error occured, or the file path. The file path is either absolute + an error occurred, or the file path. The file path is either absolute or relative to the compilation directory. See dwarf_decl_file. */ extern const char *dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, Dwarf_Word *length); @@ -900,7 +900,7 @@ extern ptrdiff_t dwarf_getfuncs (Dwarf_Die *cudie, directory can be retrieved through: dwarf_formstring (dwarf_attr (dwarf_diecu (decl, &cudie, NULL, NULL), DW_AT_comp_dir, &attr)); - Returns NULL if no decl_file could be found or an error occured. */ + Returns NULL if no decl_file could be found or an error occurred. */ extern const char *dwarf_decl_file (Dwarf_Die *decl); /* Get line number of beginning of given declaration. */ diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 36c2acd9..c18eea43 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -68,7 +68,7 @@ struct files_lines_s Dwarf_Lines *lines; }; -/* Valid indeces for the section data. */ +/* Valid indices for the section data. */ enum { IDX_debug_info = 0, @@ -438,7 +438,7 @@ __libdw_first_die_from_cu_start (Dwarf_Off cu_start, Both signature and type offset are optional. Note same 4/8 offset size trick as above. - We explicitly ignore unknow unit types (see asserts above). */ + We explicitly ignore unknown unit types (see asserts above). */ off += 3 * offset_size - 4 + 4; if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile || unit_type == DW_UT_type || unit_type == DW_UT_split_type) -- ldv