aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
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 /gdb/ax-gdb.c
parente4475e391f7e5f113775573a822acb55612ddbb7 (diff)
downloadfsf-binutils-gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.zip
fsf-binutils-gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.gz
fsf-binutils-gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.bz2
Fix typo in comments (Unfortunatly)
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r--gdb/ax-gdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c
index d828895..dadad8e 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);