diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:31:25 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:31:25 +0000 |
commit | e5dd4106839ac5f5665dcb54706d5d396dac93da (patch) | |
tree | 98b0f37b1163fa51257ea3c318866b030a898e27 /gdb/symtab.c | |
parent | d40102a1411e683e04c82ce10beb061aac90ae14 (diff) | |
download | gdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.zip gdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.tar.gz gdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.tar.bz2 |
* breakpoint.c: Fix typos in comments.
* linespec.c: Likewise.
* symtab.c: Likewise.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index d1e2cb4..d8dac0d 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4397,7 +4397,7 @@ skip_prologue_using_sal (struct gdbarch *gdbarch, CORE_ADDR func_addr) prologue_sal = find_pc_line (start_pc, 0); if (prologue_sal.line != 0) { - /* For langauges other than assembly, treat two consecutive line + /* For languages other than assembly, treat two consecutive line entries at the same address as a zero-instruction prologue. The GNU assembler emits separate line notes for each instruction in a multi-instruction macro, but compilers generally will not |