2002-02-27 Fred Fish <fnf@redhat.com>
* blockframe.c (generic_fix_call_dummy): Fix obvious typo in comment (dumy -> dummy).
This commit is contained in:
parent
4363022793
commit
c570663eff
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-27 Fred Fish <fnf@redhat.com>
|
||||
|
||||
* blockframe.c (generic_fix_call_dummy): Fix obvious typo in
|
||||
comment (dumy -> dummy).
|
||||
|
||||
2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
* symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
|
||||
|
|
|
@ -1215,7 +1215,7 @@ generic_func_frame_chain_valid (CORE_ADDR fp, struct frame_info *fi)
|
|||
}
|
||||
|
||||
/* Function: fix_call_dummy
|
||||
Stub function. Generic dumy frames typically do not need to fix
|
||||
Stub function. Generic dummy frames typically do not need to fix
|
||||
the frame being created */
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue