diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index f3108a3..31de4ba 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1532,7 +1532,7 @@ generic_load (char *args, int from_tty) to a comment from remote-mips.c (where a call to symbol_file_add was commented out), making the call confuses GDB if more than one file is loaded in. Some targets do (e.g., remote-vx.c) but - others don't (or didn't - perhaphs they have all been deleted). */ + others don't (or didn't - perhaps they have all been deleted). */ print_transfer_performance (gdb_stdout, cbdata.data_count, cbdata.write_count, end_time - start_time); |