aboutsummaryrefslogtreecommitdiff
path: root/bfd/core.c
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-08-19 23:03:12 +0000
committerRoland Pesch <pesch@cygnus>1991-08-19 23:03:12 +0000
commit188d6d224e9e777c4083922b2789d9d81b155ee8 (patch)
treeb9d18d667548f2760a178eb3d2753e7b8eaa81cd /bfd/core.c
parent2791be2f81936dbbb516c84fae023e78a4d45b80 (diff)
downloadgdb-188d6d224e9e777c4083922b2789d9d81b155ee8.zip
gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.gz
gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.bz2
Fixed minor typos.
Diffstat (limited to 'bfd/core.c')
-rw-r--r--bfd/core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/core.c b/bfd/core.c
index 7f1a328..b22dfa8 100644
--- a/bfd/core.c
+++ b/bfd/core.c
@@ -49,7 +49,7 @@ DEFUN(bfd_core_file_failing_command,(abfd),
/*proto* bfd_core_file_failing_signal
Returns the signal number which caused the core dump which generated
-the file the BFD is attatched to.
+the file the BFD is attached to.
*; PROTO(int, bfd_core_file_failing_signal, (bfd *));
*/
@@ -66,8 +66,8 @@ bfd_core_file_failing_signal (abfd)
/*proto* core_file_matches_executable_p
-Returns @code{true} if the core file attatched to @var{core_bfd} was
-generated by a run of the executable file attatched to @var{exec_bfd},
+Returns @code{true} if the core file attached to @var{core_bfd} was
+generated by a run of the executable file attached to @var{exec_bfd},
or else @code{false}.
*; PROTO(boolean, core_file_matches_executable_p,
(bfd *core_bfd, bfd *exec_bfd));