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 | 3ceb5a3a31b16350ef96a8992a81c41723dec132 (patch) | |
tree | 13100bae77483c48d2e1c9380743c6b932895a99 /gdb/i386-linux-tdep.c | |
parent | e03b048ad366ea8211dcf085ff24e6d4523d0388 (diff) | |
download | gdb-3ceb5a3a31b16350ef96a8992a81c41723dec132.tar.gz |
* 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-linux-tdep.c')
-rw-r--r-- | gdb/i386-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-linux-tdep.c b/gdb/i386-linux-tdep.c index 2e02e9fb70f..2b08e895fef 100644 --- a/gdb/i386-linux-tdep.c +++ b/gdb/i386-linux-tdep.c @@ -217,7 +217,7 @@ i386_linux_rt_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 |