mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Many minor typo fixes
I ran codespell on gdb/*.[chyl] and fixed a bunch of simple typos. Most of what remains is trickier, i.e., spots where a somewhat natural name of something in the code is flagged as a typo. Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
@@ -926,7 +926,7 @@ cp_lookup_nested_symbol (struct type *parent_type,
|
||||
case TYPE_CODE_NAMESPACE:
|
||||
case TYPE_CODE_UNION:
|
||||
case TYPE_CODE_ENUM:
|
||||
/* NOTE: Handle modules here as well, because Fortran is re-using the C++
|
||||
/* NOTE: Handle modules here as well, because Fortran is reusing the C++
|
||||
specific code to lookup nested symbols in modules, by calling the
|
||||
method lookup_symbol_nonlocal, which ends up here. */
|
||||
case TYPE_CODE_MODULE:
|
||||
|
||||
Reference in New Issue
Block a user