summaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-02-27 16:25:37 +0000
committerMichael Snyder <msnyder@specifix.com>2011-02-27 16:25:37 +0000
commit9b8b1216a728746dbe6acc04a303b43e3d041a67 (patch)
tree7d923b37814ce02da9289be63a1352f5697aeee1 /gdb/frame-unwind.h
parent563f9f6b154c1835c701d8d3c62f39fa1a3c97ed (diff)
downloadgdb-9b8b1216a728746dbe6acc04a303b43e3d041a67.tar.gz
2011-02-27 Michael Snyder <msnyder@vmware.com>
* darwin-nat-info.c: Fix comment typo. * dwarf2expr.h: Ditto. * fbsd-nat.c: Ditto. * fbsd-nat.h: Ditto. * frame-unwind.h: Ditto. * frame.h: Ditto. * hppa-hpux-tdep.c: Ditto. * i386-linux-nat.c: Ditto. * linux-nat.c: Ditto. * nbsd-nat.c: Ditto. * nbsd-nat.h: Ditto. * ppc-linux-tdep.c: Ditto. * serial.c: Ditto. * ui-file.h: Ditto. * tui/tui-winsource.c: Ditto.
Diffstat (limited to 'gdb/frame-unwind.h')
-rw-r--r--gdb/frame-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h
index 2bd8046b138..e449766b253 100644
--- a/gdb/frame-unwind.h
+++ b/gdb/frame-unwind.h
@@ -148,7 +148,7 @@ struct frame_unwind
search list (so it is sniffed before previously registered
unwinders). By using a prepend, later calls can install unwinders
that override earlier calls. This allows, for instance, an OSABI
- to install a a more specific sigtramp unwinder that overrides the
+ to install a more specific sigtramp unwinder that overrides the
traditional brute-force unwinder. */
extern void frame_unwind_prepend_unwinder (struct gdbarch *,
const struct frame_unwind *);