From 2988b5db6643c37b9033cf5c06859eda02c652fa Mon Sep 17 00:00:00 2001 From: Giles Atkinson <“gatk555@gmail.com”> Date: Fri, 26 Jun 2026 18:00:18 +0100 Subject: [PATCH] Correct three comments. --- examples/xspice/ghdl/README.txt | 2 +- src/xspice/icm/digital/d_cosim/cfunc.mod | 2 +- src/xspice/vhdl/ghdl_vpi.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/xspice/ghdl/README.txt b/examples/xspice/ghdl/README.txt index 8cce02f0e..bb3008d99 100644 --- a/examples/xspice/ghdl/README.txt +++ b/examples/xspice/ghdl/README.txt @@ -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 diff --git a/src/xspice/icm/digital/d_cosim/cfunc.mod b/src/xspice/icm/digital/d_cosim/cfunc.mod index f1bbb04f2..fc6d280bb 100644 --- a/src/xspice/icm/digital/d_cosim/cfunc.mod +++ b/src/xspice/icm/digital/d_cosim/cfunc.mod @@ -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. */ diff --git a/src/xspice/vhdl/ghdl_vpi.c b/src/xspice/vhdl/ghdl_vpi.c index 5ecd1b401..7da542cee 100644 --- a/src/xspice/vhdl/ghdl_vpi.c +++ b/src/xspice/vhdl/ghdl_vpi.c @@ -31,7 +31,7 @@ #include #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"