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

@ -35,7 +35,7 @@ struct SizePass {
/// \brief Map object for keeping track of which address ranges have been heritaged
///
/// We keep track of a fairly fine grained description of when each address range
/// was entered in SSA form, refered to as \b heritaged or, for Varnode objects,
/// was entered in SSA form, referred to as \b heritaged or, for Varnode objects,
/// no longer \b free. An address range is added using the add() method, which includes
/// the particular pass when it was entered. The map can be queried using findPass()
/// that informs the caller whether the address has been heritaged and if so in which pass.

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