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/amd64-linux-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/amd64-linux-tdep.c')
-rw-r--r-- | gdb/amd64-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index be7ace2..8365ed3 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -117,7 +117,7 @@ amd64_linux_sigtramp_start (CORE_ADDR pc) return pc; } -/* Return whether the frame preciding NEXT_FRAME corresponds to a +/* Return whether the frame preceding NEXT_FRAME corresponds to a GNU/Linux sigtramp routine. */ static int |