diff options
Diffstat (limited to 'gdb/dwarf2-frame.c')
-rw-r--r-- | gdb/dwarf2-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index 34b8cbc..3c8f0a1 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -1704,7 +1704,7 @@ bsearch_fde_cmp (const void *key, const void *element) } /* Find the FDE for *PC. Return a pointer to the FDE, and store the - inital location associated with it into *PC. */ + initial location associated with it into *PC. */ static struct dwarf2_fde * dwarf2_frame_find_fde (CORE_ADDR *pc, CORE_ADDR *out_offset) |