summaryrefslogtreecommitdiff
path: root/gdb/tramp-frame.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 23:24:17 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 23:24:17 +0000
commit938f5214c6828b547fa0ed7e54d73c368ab2e401 (patch)
tree483e4b068cf0571094a174c3a683b02e04ce5d7f /gdb/tramp-frame.h
parent0b02b92d053edf632721d10151887114a256ca5e (diff)
downloadbinutils-gdb-938f5214c6828b547fa0ed7e54d73c368ab2e401.tar.gz
2008-05-03 Luis Machado <luisgpm@br.ibm.com>
Thiago Jung Bauermann <bauerman@br.ibm.com> * cli/cli-decode.c (lookup_cmd_1): Fix indentation. * doublest.c (convert_typed_floating): Fix typo in comment. * dwarf2-frame.c (dwarf2_frame_cache): Likewise. * frame-unwind.h (frame_sniffer_ftype): Likewise. * frame.c (frame_unwind_address_in_block): Likewise. * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise. * symtab.h (struct symbol): Likewise. * tramp-frame.h (struct trad_frame_cache): Likewise. * value.c (allocate_repeat_value): Likewise.
Diffstat (limited to 'gdb/tramp-frame.h')
-rw-r--r--gdb/tramp-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h
index 3f73e85c1c8..54d5261a3c9 100644
--- a/gdb/tramp-frame.h
+++ b/gdb/tramp-frame.h
@@ -34,7 +34,7 @@ struct trad_frame_cache;
The only way to identify a trampoline is to perform a brute force
examination of the instructions at and around the PC.
- This module provides a convent interface for performing that
+ This module provides a convenient interface for performing that
operation. */
/* A trampoline descriptor. */