mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
Fix some spelling errors (mostly in comments).
This commit is contained in:
parent
880ce12e2d
commit
326bf401b9
121 changed files with 205 additions and 205 deletions
|
@ -126,7 +126,7 @@ unsigned ntz(unsigned sz, unsigned const * data) {
|
|||
/**
|
||||
\brief dst <- src
|
||||
|
||||
Trucate if src_sz > dst_sz.
|
||||
Truncate if src_sz > dst_sz.
|
||||
Fill range [src_sz, dst_sz) of dst with zeros if dst_sz > src_sz.
|
||||
*/
|
||||
void copy(unsigned src_sz, unsigned const * src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue