mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
[gdb] Fix typos in comments
Fix typos in comments. NFC. Tested on x86_64-linux. gdb/ChangeLog: 2019-10-17 Tom de Vries <tdevries@suse.de> * arm-nbsd-nat.c: Fix typos in comments. * arm-tdep.c: Same. * darwin-nat-info.c: Same. * dwarf2read.c: Same. * elfread.c: Same. * event-top.c: Same. * findvar.c: Same. * gdbtypes.c: Same. * hppa-tdep.c: Same. * i386-tdep.c: Same. * jit.c: Same. * main.c: Same. * mdebugread.c: Same. * moxie-tdep.c: Same. * nto-procfs.c: Same. * osabi.c: Same. * ppc-linux-tdep.c: Same. * remote.c: Same. * riscv-tdep.c: Same. * s390-tdep.c: Same. * sh-tdep.c: Same. * sparc-linux-tdep.c: Same. * sparc-nat.c: Same. * stack.c: Same. * target-descriptions.c: Same. * top.c: Same. * varobj.c: Same. Change-Id: I6047967abd2d51c9000dea15184d19f4e952c3ff
This commit is contained in:
@ -421,7 +421,7 @@ display_gdb_prompt (const char *new_prompt)
|
||||
}
|
||||
|
||||
/* Return the top level prompt, as specified by "set prompt", possibly
|
||||
overriden by the python gdb.prompt_hook hook, and then composed
|
||||
overridden by the python gdb.prompt_hook hook, and then composed
|
||||
with the prompt prefix and suffix (annotations). */
|
||||
|
||||
static std::string
|
||||
@ -1152,7 +1152,7 @@ handle_sigfpe (int sig)
|
||||
signal (sig, handle_sigfpe);
|
||||
}
|
||||
|
||||
/* Event loop will call this functin to process a SIGFPE. */
|
||||
/* Event loop will call this function to process a SIGFPE. */
|
||||
static void
|
||||
async_float_handler (gdb_client_data arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user