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/amd64obsd-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/amd64obsd-tdep.c')
-rw-r--r-- | gdb/amd64obsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index 5ab1a47..af110b3 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -80,7 +80,7 @@ amd64obsd_regset_from_core_section (struct gdbarch *gdbarch, /* Default page size. */ static const int amd64obsd_page_size = 4096; -/* Return whether the frame preciding NEXT_FRAME corresponds to an +/* Return whether the frame preceding NEXT_FRAME corresponds to an OpenBSD sigtramp routine. */ static int |