Browse Source

fix typos

pre-master-46
Holger Vogt 7 years ago
parent
commit
1b96b5a087
  1. 2
      src/frontend/inp.c

2
src/frontend/inp.c

@ -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 /* in shared ngspice controls a execute in the primary thread, typically
before the background thread has finished. This leads to premature execution 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 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 #ifdef SHARED_MODULE
for (wl = controls; wl; wl = wl->wl_next) for (wl = controls; wl; wl = wl->wl_next)
if (cp_getvar("controlswait", CP_BOOL, NULL, 0)) { if (cp_getvar("controlswait", CP_BOOL, NULL, 0)) {

Loading…
Cancel
Save