diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:47 +0000 |
commit | d3efc286977aa8469ca4ba9a1aaf0a396fb460dc (patch) | |
tree | b639715d0719d19e26af8d35a5f34e093574e358 /gdb/i386-nto-tdep.c | |
parent | e4475e391f7e5f113775573a822acb55612ddbb7 (diff) | |
download | gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.zip gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.gz gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.bz2 |
Fix typo in comments (Unfortunatly)
Diffstat (limited to 'gdb/i386-nto-tdep.c')
-rw-r--r-- | gdb/i386-nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c index 4a1eaac..6d2f492 100644 --- a/gdb/i386-nto-tdep.c +++ b/gdb/i386-nto-tdep.c @@ -271,7 +271,7 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) i386_elf_init_abi (info, gdbarch); /* Neutrino rewinds to look more normal. Need to override the i386 - default which is [unfortunatly] to decrement the PC. */ + default which is [unfortunately] to decrement the PC. */ set_gdbarch_decr_pc_after_break (gdbarch, 0); /* NTO has shared libraries. */ |