forked from Imagelibrary/binutils-gdb
[gdb] Fix more typos
Fix some more typos: - distinquish -> distinguish - actualy -> actually - singe -> single - frash -> frame - chid -> child - dissassembler -> disassembler - uninitalized -> uninitialized - precontidion -> precondition - regsiters -> registers - marge -> merge - sate -> state - garanteed -> guaranteed - explictly -> explicitly - prefices (nonstandard plural) -> prefixes - bondary -> boundary - formated -> formatted - ithe -> the - arrav -> array - coresponding -> corresponding - owend -> owned - fials -> fails - diasm -> disasm - ture -> true - tpye -> type There's one code change, the name of macro SIG_CODE_BONDARY_FAULT changed to SIG_CODE_BOUNDARY_FAULT. Tested on x86_64-linux.
This commit is contained in:
@@ -2116,7 +2116,7 @@ reinit_frame_cache (void)
|
||||
if (sentinel_frame != nullptr)
|
||||
{
|
||||
/* If frame 0's id is not computed, it is not in the frame stash, so its
|
||||
dealloc functions will not be called when emptying the frash stash.
|
||||
dealloc functions will not be called when emptying the frame stash.
|
||||
Call frame_info_del manually in that case. */
|
||||
frame_info *current_frame = sentinel_frame->prev;
|
||||
if (current_frame != nullptr
|
||||
|
||||
Reference in New Issue
Block a user