Fix various "function" typos

This commit is contained in:
Luke Serné 2025-04-19 17:20:51 +02:00
parent 2abfd4e309
commit b7e91e80a2
8 changed files with 9 additions and 9 deletions

View file

@ -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)