Fix spelling errors

This commit is contained in:
Benjamin Levy 2020-01-26 22:39:18 -05:00
parent 4361f39fe2
commit a5efecea84
78 changed files with 95 additions and 95 deletions

View file

@ -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