diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-10-01 11:19:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-10-01 11:19:11 +0000 |
commit | b8464c153902ebdd6496f86665378df1e43b99eb (patch) | |
tree | bfb4d9d214257ebd67f280789cd2d6385dd4bb55 /gdb/remote-mm.c | |
parent | 24d1ff52448629a3b9889f9b12694d0746dfdfc5 (diff) | |
download | gdb-b8464c153902ebdd6496f86665378df1e43b99eb.zip gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.gz gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.bz2 |
Replace "exec" with "executable" in messages.
Diffstat (limited to 'gdb/remote-mm.c')
-rw-r--r-- | gdb/remote-mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index 7e2b19b..2604279 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -162,7 +162,7 @@ mm_create_inferior (execfile, args, env) error ("Can't pass arguments to remote mm process (yet)."); if (execfile == 0 /* || exec_bfd == 0 */ ) - error ("No exec file specified"); + error ("No executable file specified"); if (!mm_stream) { printf("Minimon not open yet.\n"); |