Correct three comments.

This commit is contained in:
Giles Atkinson 2026-06-26 18:00:18 +01:00 committed by Holger Vogt
parent d56e3abd0e
commit 2988b5db66
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ mechanical quantities do not match standard units.
Before a simulation can be run, the associated VHDL code must be compiled
and an additional shared library, ghdlng.vpi must be built. A library script
isavailable to simplify the steps, run like this:
is available to simplify the steps, run like this:
ngspice ghnggen adc.vhd

View File

@ -118,7 +118,7 @@ static void callback(ARGS, Mif_Callback_Reason_t reason)
}
}
/* A utility function used to open static libraries, trying an installation
/* A utility function used to open dynamic libraries, trying an installation
* directory and different file extenstions.
*/

View File

@ -31,7 +31,7 @@
#include <pthread.h>
#endif
/* The VVP code runs on its own stack, handled by cr_xxx() functions. */
/* The VHDL code runs on its own stack, handled by cr_xxx() functions. */
#include "ngspice/coroutine_cosim.h"