mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
Fix typos.
This commit is contained in:
parent
08165f5367
commit
1d9345c3de
13 changed files with 19 additions and 19 deletions
|
@ -448,7 +448,7 @@ public:
|
|||
info() {}
|
||||
|
||||
/*
|
||||
Used for constructing either an invalid info that is only used to indicate uninitialzed entry, or valid but unknown info value.
|
||||
Used for constructing either an invalid info that is only used to indicate uninitialized entry, or valid but unknown info value.
|
||||
*/
|
||||
info(lbool is_known) : known(is_known) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue