This commit is contained in:
Holger Vogt 2023-12-12 17:24:23 +01:00
parent ce8f6c5017
commit 9a50f8b749
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ named by the string in the argument.
int ngSpice_LockRealloc(void)
int ngSpice_UnlockRealloc(void)
Locking and unlocking the realloc of output vectors during simulation. May be set
during reading output vectors in the primaty thread, while the simulation in the
during reading output vectors in the primary thread, while the simulation in the
background thread is moving on.
**