mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fix typo: unitialized -> uninitialized
This commit is contained in:
parent
6eb78e7ef2
commit
fbde367fe1
23 changed files with 55 additions and 55 deletions
|
@ -2871,7 +2871,7 @@ ProtoStoreSymbol::~ProtoStoreSymbol(void)
|
|||
|
||||
/// Retrieve the specified ProtoParameter object, making sure it is a ParameterSymbol.
|
||||
/// If it doesn't exist, or if the object in the specific slot is not a ParameterSymbol,
|
||||
/// allocate an (unitialized) parameter.
|
||||
/// allocate an (uninitialized) parameter.
|
||||
/// \param i is the specified input slot
|
||||
/// \return the corresponding parameter
|
||||
ParameterSymbol *ProtoStoreSymbol::getSymbolBacked(int4 i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue