aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2004-07-10 01:17:53 +0000
committerMichael Snyder <msnyder@vmware.com>2004-07-10 01:17:53 +0000
commitb2fa5097bff05f4e808bb384835340cd44afefe3 (patch)
tree1eea46cb195dd04eabd45d788ec1df82e2d64c89 /gdb/gdbarch.h
parent109d3db382f55805f97ce29f295021e690d4d72b (diff)
downloadgdb-b2fa5097bff05f4e808bb384835340cd44afefe3.zip
gdb-b2fa5097bff05f4e808bb384835340cd44afefe3.tar.gz
gdb-b2fa5097bff05f4e808bb384835340cd44afefe3.tar.bz2
2004-07-10 Michael Snyder <msnyder@redhat.com>
* symfile.c (generic_load): Comment typo. * stack.c (get_selected_block): Ditto. * regcache.c (regcache_cooked_read): Ditto. * monitor.c (monitor_debug): Ditto. * mips-tdep.c (mips_read_pc): Ditto. * i386-linux-nat.c (ps_get_thread_area): Ditto. * gdb_mbuild.sh: Ditto. * gdbarch.sh: Ditto. * gdbarch.h: Ditto.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index ae4e70b..c87886c 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -1749,7 +1749,7 @@ extern void set_gdbarch_software_single_step (struct gdbarch *gdbarch, gdbarch_s
#endif
/* FIXME: cagney/2003-08-28: Need to find a better way of selecting the
- disassembler. Perhaphs objdump can handle it? */
+ disassembler. Perhaps objdump can handle it? */
typedef int (gdbarch_print_insn_ftype) (bfd_vma vma, struct disassemble_info *info);
extern int gdbarch_print_insn (struct gdbarch *gdbarch, bfd_vma vma, struct disassemble_info *info);