aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
committerDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
commite26cc3490a00a58329c61e33afd8e682e449b475 (patch)
treecce09976de237e6ae6114168cd4e6414b94f5ebb /gdb/corelow.c
parent59666b35a830eed6cf0871b0cdcc284d8afcc0ed (diff)
downloadfsf-binutils-gdb-e26cc3490a00a58329c61e33afd8e682e449b475.zip
fsf-binutils-gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.gz
fsf-binutils-gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.bz2
Corrected spelling errors in comments
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r--gdb/corelow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index 4c7ac9f..148f5f4 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -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,