From ecf4f819dcb142ff1d1db35e1707047b50289aeb Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 19 Nov 2023 10:44:42 +0100 Subject: [PATCH] typo --- src/spicelib/devices/vdmos/vdmosload.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spicelib/devices/vdmos/vdmosload.c b/src/spicelib/devices/vdmos/vdmosload.c index 3d27fcb30..644487245 100644 --- a/src/spicelib/devices/vdmos/vdmosload.c +++ b/src/spicelib/devices/vdmos/vdmosload.c @@ -86,9 +86,9 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt) /* FIXME: this is not a fix, but a hack: - with selfheat, op and op for ac don't work, NaN in self heating evalution of - first interation in CKTop(). Calling CKTop() from acan uses flag MODEDCOP, - changing this to MODETRANOP, as used by CKTop() called from dctran, op is o.k. + with selfheat, op and op for ac don't work, NaN in self heating evaluation of + first iteration in CKTop(). Calling CKTop() from acan uses flag MODEDCOP, + changing this to MODETRANOP, as used by CKTop() called from dctran, then op is o.k. */ if (selfheat) if(ckt->CKTmode == 528) /* includes MODEDCOP */