diff options
author | Yao Qi <yao@codesourcery.com> | 2014-08-25 20:01:45 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-08-25 20:23:33 +0800 |
commit | 428fc5fcd14ec655df8db35496f4c4a76ecab57c (patch) | |
tree | 966206ee6d52e5452a0e4ba4aa0f59034eed581d /gdb/dwarf2read.c | |
parent | 14191abec071bdee0b8c8ab33d2e09b73b3d3c23 (diff) | |
download | gdb-428fc5fcd14ec655df8db35496f4c4a76ecab57c.zip gdb-428fc5fcd14ec655df8db35496f4c4a76ecab57c.tar.gz gdb-428fc5fcd14ec655df8db35496f4c4a76ecab57c.tar.bz2 |
Fix grammatical error in comments
gdb:
2014-08-25 Yao Qi <yao@codesourcery.com>
* dwarf2read.c: Fix grammatical error.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index df6deef..4720198 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. |