diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:47 +0000 |
commit | d3efc286977aa8469ca4ba9a1aaf0a396fb460dc (patch) | |
tree | b639715d0719d19e26af8d35a5f34e093574e358 /gdb/findvar.c | |
parent | e4475e391f7e5f113775573a822acb55612ddbb7 (diff) | |
download | gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.zip gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.gz gdb-d3efc286977aa8469ca4ba9a1aaf0a396fb460dc.tar.bz2 |
Fix typo in comments (Unfortunatly)
Diffstat (limited to 'gdb/findvar.c')
-rw-r--r-- | gdb/findvar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/findvar.c b/gdb/findvar.c index 397a56f..5be4abf 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)) |