Variable length types

This commit is contained in:
caheckman 2020-09-28 17:26:20 -04:00
parent 02e6c66f11
commit 97b04cac7e
7 changed files with 29 additions and 23 deletions

View file

@ -38,7 +38,7 @@ ScopeGhidra::~ScopeGhidra(void)
}
/// The Ghidra client reports a \e namespace id associated with
/// Symbol. Determine if a matching \e namespac Scope already exists in the cache and build
/// Symbol. Determine if a matching \e namespace Scope already exists in the cache and build
/// it if it isn't. This may mean creating a new \e namespace Scope.
/// \param id is the ID associated with the Ghidra namespace
/// \return the Scope matching the id.