Corrected spelling errors in comments

This commit is contained in:
David Anderson
2000-10-23 22:49:29 +00:00
parent 59666b35a8
commit e26cc3490a
11 changed files with 34 additions and 24 deletions

View File

@@ -329,7 +329,7 @@ core_open (char *filename, int from_tty)
siggy = bfd_core_file_failing_signal (core_bfd);
if (siggy > 0)
/* NOTE: target_signal_from_host() converts a target signal value
into gdb's internal signal value. Unfortunatly gdb's internal
into gdb's internal signal value. Unfortunately gdb's internal
value is called ``target_signal'' and this function got the
name ..._from_host(). */
printf_filtered ("Program terminated with signal %d, %s.\n", siggy,