Skip to content

Commit 08b5417

Browse files
sad-devghidracadabra
authored andcommitted
Edit copy pasted function description
1 parent 1f06e09 commit 08b5417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/pcode/PcodeSyntaxTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public Iterator<VarnodeAST> getVarnodes(Address addr) {
174174
}
175175

176176
/**
177-
* return all Varnodes that start at a given Address
177+
* return all Varnodes bounded between two Addresses
178178
* @param min -- Minimum Address of Varnodes
179179
* @param max -- Maximum Address of Varnodes
180180
* @return -- Iterator to Varnodes

0 commit comments

Comments
 (0)