Edit copy pasted function description

This commit is contained in:
sad-dev 2024-03-12 11:15:40 +08:00 committed by James
parent 1f06e090d2
commit 08b54178a0

View File

@ -174,7 +174,7 @@ public class PcodeSyntaxTree implements PcodeFactory {
}
/**
* return all Varnodes that start at a given Address
* return all Varnodes bounded between two Addresses
* @param min -- Minimum Address of Varnodes
* @param max -- Maximum Address of Varnodes
* @return -- Iterator to Varnodes