mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Fix spelling errors
This commit is contained in:
parent
4361f39fe2
commit
a5efecea84
78 changed files with 95 additions and 95 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue