mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 10:37:27 +08:00
Fix spelling errors
This commit is contained in:
@@ -43,7 +43,7 @@ public class IterateFunctionsByAddressScript extends GhidraScript {
|
||||
private void iterateForward() {
|
||||
// Use the iterator, there is no easy way to use the function iterator on addresses
|
||||
// If the function begins at address zero, you won't get the function without
|
||||
// alot of extra more complicated code.
|
||||
// a lot of extra more complicated code.
|
||||
FunctionIterator fiter = currentProgram.getFunctionManager().getFunctions(true);
|
||||
|
||||
int count = 0;
|
||||
|
||||
Reference in New Issue
Block a user