fix typos

This commit is contained in:
Holger Vogt 2019-07-15 23:35:49 +02:00
parent f1cf4103c0
commit 1b96b5a087
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
/* in shared ngspice controls a execute in the primary thread, typically
before the background thread has finished. This leads to premature execution
of commands. Thus this is delegated to a function using a third thread, that
only start when the background threas has finished (sharedspice.c).*/
only starts when the background thread has finished (sharedspice.c).*/
#ifdef SHARED_MODULE
for (wl = controls; wl; wl = wl->wl_next)
if (cp_getvar("controlswait", CP_BOOL, NULL, 0)) {