mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
comment typos
This commit is contained in:
parent
39acd3594a
commit
03f6b465b9
2 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ Notes:
|
|||
The number of unused entries (m_unused) is equal to the number of entries
|
||||
of the form
|
||||
t -> (s, 0)
|
||||
That is, it is the number of keys that were never accessed by cliend code.
|
||||
That is, it is the number of keys that were never accessed by client code.
|
||||
|
||||
The cache maintains at most m_max_unused entries.
|
||||
When the maximum number of unused entries exceeds m_max_unused, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue