summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-06 18:30:47 +0000
committerFred Fish <fnf@specifix.com>2004-02-06 18:30:47 +0000
commitd3efc286977aa8469ca4ba9a1aaf0a396fb460dc (patch)
treeb639715d0719d19e26af8d35a5f34e093574e358
parente4475e391f7e5f113775573a822acb55612ddbb7 (diff)
downloadppe42-binutils-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.gz
ppe42-binutils-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.zip
Fix typo in comments (Unfortunatly)
-rw-r--r--gdb/ax-gdb.c2
-rw-r--r--gdb/findvar.c4
-rw-r--r--gdb/i386-nto-tdep.c2
-rw-r--r--gdb/printcmd.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c
index d828895bf7..dadad8e254 100644
--- a/gdb/ax-gdb.c
+++ b/gdb/ax-gdb.c
@@ -622,7 +622,7 @@ gen_var_ref (struct agent_expr *ax, struct axs_value *value, struct symbol *var)
case LOC_COMPUTED_ARG:
/* FIXME: cagney/2004-01-26: It should be possible to
unconditionally call the SYMBOL_OPS method when available.
- Unfortunatly DWARF 2 stores the frame-base (instead of the
+ Unfortunately DWARF 2 stores the frame-base (instead of the
function) location in a function's symbol. Oops! For the
moment enable this when/where applicable. */
SYMBOL_OPS (var)->tracepoint_var_ref (var, ax, value);
diff --git a/gdb/findvar.c b/gdb/findvar.c
index 397a56fd7c..5be4abf727 100644
--- a/gdb/findvar.c
+++ b/gdb/findvar.c
@@ -348,7 +348,7 @@ symbol_read_needs_frame (struct symbol *sym)
case LOC_COMPUTED_ARG:
/* FIXME: cagney/2004-01-26: It should be possible to
unconditionally call the SYMBOL_OPS method when available.
- Unfortunatly DWARF 2 stores the frame-base (instead of the
+ Unfortunately DWARF 2 stores the frame-base (instead of the
function) location in a function's symbol. Oops! For the
moment enable this when/where applicable. */
return SYMBOL_OPS (sym)->read_needs_frame (sym);
@@ -567,7 +567,7 @@ addresses have not been bound by the dynamic loader. Try again when executable i
case LOC_COMPUTED_ARG:
/* FIXME: cagney/2004-01-26: It should be possible to
unconditionally call the SYMBOL_OPS method when available.
- Unfortunatly DWARF 2 stores the frame-base (instead of the
+ Unfortunately DWARF 2 stores the frame-base (instead of the
function) location in a function's symbol. Oops! For the
moment enable this when/where applicable. */
if (frame == 0 && SYMBOL_OPS (var)->read_needs_frame (var))
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c
index 4a1eaace82..6d2f4923b3 100644
--- a/gdb/i386-nto-tdep.c
+++ b/gdb/i386-nto-tdep.c
@@ -271,7 +271,7 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
i386_elf_init_abi (info, gdbarch);
/* Neutrino rewinds to look more normal. Need to override the i386
- default which is [unfortunatly] to decrement the PC. */
+ default which is [unfortunately] to decrement the PC. */
set_gdbarch_decr_pc_after_break (gdbarch, 0);
/* NTO has shared libraries. */
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index dba7bdd1b7..2767ec74a3 100644
--- a/gdb/printcmd.c
+++ b/gdb/printcmd.c
@@ -1143,7 +1143,7 @@ address_info (char *exp, int from_tty)
case LOC_COMPUTED_ARG:
/* FIXME: cagney/2004-01-26: It should be possible to
unconditionally call the SYMBOL_OPS method when available.
- Unfortunatly DWARF 2 stores the frame-base (instead of the
+ Unfortunately DWARF 2 stores the frame-base (instead of the
function) location in a function's symbol. Oops! For the
moment enable this when/where applicable. */
SYMBOL_OPS (sym)->describe_location (sym, gdb_stdout);
OpenPOWER on IntegriCloud