diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:48 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-06 18:30:48 +0000 |
commit | 9e15a9c24bd1d9c52db1b57ad93cfef8e81df119 (patch) | |
tree | 57330c2c11480d83b3222b0d96fa695e6e3a2647 /gdb/findvar.c | |
parent | 8d5352f19c5e23f0e4f3344188700718511bd6f4 (diff) | |
download | gdb-9e15a9c24bd1d9c52db1b57ad93cfef8e81df119.tar.gz |
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 397a56fd7c1..5be4abf727d 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)) |