mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Fix various "function" typos
This commit is contained in:
parent
2abfd4e309
commit
b7e91e80a2
8 changed files with 9 additions and 9 deletions
|
@ -198,7 +198,7 @@ public class ExtendedFlatProgramAPI extends FlatProgramAPI {
|
|||
* valid but not created, create it
|
||||
* @param address the given address
|
||||
* @param allowNullFunctionPointer if true, allow null pointers as a valid function pointer
|
||||
* @return true if it is a functin pointer, else returns false
|
||||
* @return true if it is a function pointer, else returns false
|
||||
* @throws CancelledException if cancelled
|
||||
*/
|
||||
public boolean isFunctionPointer(Address address, boolean allowNullFunctionPointer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue