mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fix varnode typo
This commit is contained in:
parent
49c2010b63
commit
99e9b9766f
@ -73,7 +73,7 @@ class VarnodeInfo {
|
||||
type = VarnodeType.Memory;
|
||||
}
|
||||
else {
|
||||
throw new IllegalArgumentException("Illegal varode address type");
|
||||
throw new IllegalArgumentException("Illegal varnode address type");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user