Skip to content

Commit

Permalink
Update SMTEncoder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallengirl authored Feb 15, 2025
1 parent 2f8f045 commit 52b1625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsolidity/formal/SMTEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class SMTEncoder: public ASTConstVisitor
ContractDefinition const* m_currentContract = nullptr;

/// Stores the free functions and internal library functions.
/// Those need to be encoded repeatedely for every analyzed contract.
/// Those need to be encoded repeatedly for every analyzed contract.
std::set<FunctionDefinition const*, ASTNode::CompareByID> m_freeFunctions;

/// Stores the context of the encoding.
Expand Down

0 comments on commit 52b1625

Please sign in to comment.