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/i386nbsd-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/i386nbsd-tdep.c')
-rw-r--r-- | gdb/i386nbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c index 53eb1c2..9fd9883 100644 --- a/gdb/i386nbsd-tdep.c +++ b/gdb/i386nbsd-tdep.c @@ -185,7 +185,7 @@ i386nbsd_sigtramp_offset (CORE_ADDR pc) return -1; } -/* Return whether the frame preciding NEXT_FRAME corresponds to a +/* Return whether the frame preceding NEXT_FRAME corresponds to a NetBSD sigtramp routine. */ static int |