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

@ -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. * directory and different file extenstions.
*/ */

View File

@ -31,7 +31,7 @@
#include <pthread.h> #include <pthread.h>
#endif #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" #include "ngspice/coroutine_cosim.h"