mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Fix varnode typo
This commit is contained in:
parent
49c2010b63
commit
99e9b9766f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue