diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:26:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:26:19 +0000 |
commit | 377d9ebdae0a61b4bd1068732658be530b5edf49 (patch) | |
tree | f6da5cbc68f0cf03fd17df80b47425a4ec7dbcce /gdb/i386-tdep.c | |
parent | f0ef85a5af6ee9a1ee2a66026582cbfda57a3379 (diff) | |
download | gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.zip gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.tar.gz gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.tar.bz2 |
* amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
Fix typo.
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index a4f6fc1..190094d 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1741,7 +1741,7 @@ i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name) } -/* Return whether the frame preciding NEXT_FRAME corresponds to a +/* Return whether the frame preceding NEXT_FRAME corresponds to a sigtramp routine. */ static int @@ -1780,7 +1780,7 @@ i386_print_insn (bfd_vma pc, struct disassemble_info *info) /* System V Release 4 (SVR4). */ -/* Return whether the frame preciding NEXT_FRAME corresponds to a SVR4 +/* Return whether the frame preceding NEXT_FRAME corresponds to a SVR4 sigtramp routine. */ static int |