summaryrefslogtreecommitdiff
path: root/gdb/i386-nto-tdep.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-06 18:30:48 +0000
committerFred Fish <fnf@specifix.com>2004-02-06 18:30:48 +0000
commit9e15a9c24bd1d9c52db1b57ad93cfef8e81df119 (patch)
tree57330c2c11480d83b3222b0d96fa695e6e3a2647 /gdb/i386-nto-tdep.c
parent8d5352f19c5e23f0e4f3344188700718511bd6f4 (diff)
downloadgdb-9e15a9c24bd1d9c52db1b57ad93cfef8e81df119.tar.gz
Fix typo in comments (Unfortunatly)
Diffstat (limited to 'gdb/i386-nto-tdep.c')
-rw-r--r--gdb/i386-nto-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c
index 4a1eaace828..6d2f4923b3e 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. */