mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Fix spelling errors
This commit is contained in:
parent
4361f39fe2
commit
a5efecea84
78 changed files with 95 additions and 95 deletions
|
@ -66,7 +66,7 @@ class Varnode {
|
|||
public:
|
||||
/// There are a large number of boolean attributes that can be placed on a Varnode.
|
||||
/// Some are calculated and maintained by the friend classes Funcdata and VarnodeBank,
|
||||
/// and others can be set and cleared publically by separate subsystems.
|
||||
/// and others can be set and cleared publicly by separate subsystems.
|
||||
enum varnode_flags {
|
||||
mark = 0x01, ///< Prevents infinite loops
|
||||
constant = 0x02, ///< The varnode is constant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue