Fix grammatical error in comments
authorYao Qi <yao@codesourcery.com>
Mon, 25 Aug 2014 12:01:45 +0000 (20:01 +0800)
committerYao Qi <yao@codesourcery.com>
Mon, 25 Aug 2014 12:23:33 +0000 (20:23 +0800)
gdb:

2014-08-25  Yao Qi  <yao@codesourcery.com>

* dwarf2read.c: Fix grammatical error.

gdb/ChangeLog
gdb/dwarf2read.c

index 16605774cf999d600d5fb0a6e4b414b391ed8f41..4fd56fff30cb724ada442794d209d53dbf32c5d7 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-25  Yao Qi  <yao@codesourcery.com>
+
+       * dwarf2read.c: Fix grammatical error.
+
 2014-08-24  Yao Qi  <yao@codesourcery.com>
 
        * dwarf2read.c (scan_partial_symbols):  Update comments.
 2014-08-24  Yao Qi  <yao@codesourcery.com>
 
        * dwarf2read.c (scan_partial_symbols):  Update comments.
index df6deefeed4ec3ad7e85e4b6b1327b6d716561cf..4720198445919039ec8bdc638f02f77c5e20ae4e 100644 (file)
@@ -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
    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.
 
    PDI may also be a lexical block, in which case we simply search
    recursively for subprograms defined inside that lexical block.