mirror of
https://github.com/Z3Prover/z3
synced 2025-08-01 08:53:18 +00:00
Fix some typos. (#7075)
This commit is contained in:
parent
ec2b8eb4ca
commit
d66df2616f
8 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ namespace euf {
|
|||
struct node {
|
||||
enode* n; // associated enode
|
||||
node* root; // path compressed root
|
||||
node* next; // next in equaivalence class
|
||||
node* next; // next in equivalence class
|
||||
justification j; // justification for equality
|
||||
node* target = nullptr; // justified next
|
||||
unsigned_vector shared; // shared occurrences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue