From: Yao Qi Date: Mon, 25 Aug 2014 12:01:45 +0000 (+0800) Subject: Fix grammatical error in comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=428fc5fcd14ec655df8db35496f4c4a76ecab57c;p=binutils-gdb.git Fix grammatical error in comments gdb: 2014-08-25 Yao Qi * dwarf2read.c: Fix grammatical error. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16605774cf9..4fd56fff30c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-08-25 Yao Qi + + * dwarf2read.c: Fix grammatical error. + 2014-08-24 Yao Qi * dwarf2read.c (scan_partial_symbols): Update comments. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index df6deefeed4..47201984459 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -7007,8 +7007,8 @@ add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc, symbol for that subprogram. When the CU language allows it, this routine also defines a partial symbol for each nested subprogram that this subprogram contains. If SET_ADDRMAP is true, record the - covered ranges in the addrmap. *LOWPC and *HIGHPC to the lowest and - highest PC values are found in PDI. + covered ranges in the addrmap. Set *LOWPC and *HIGHPC to the lowest + and highest PC values found in PDI. PDI may also be a lexical block, in which case we simply search recursively for subprograms defined inside that lexical block.