From c7ba405a1469f23629b0f8a89da0b3a0d281ce14 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 8 Mar 2026 13:59:22 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- dcalc/DmpCeff.cc | 2 +- spice/WriteSpice.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dcalc/DmpCeff.cc b/dcalc/DmpCeff.cc index dd9b6721..85b9b93a 100644 --- a/dcalc/DmpCeff.cc +++ b/dcalc/DmpCeff.cc @@ -156,7 +156,7 @@ public: // Return values. double &vo, double &dol_dt); - // Load responce to driver waveform. + // Load response to driver waveform. void Vl(double t, // Return values. double &vl, diff --git a/spice/WriteSpice.cc b/spice/WriteSpice.cc index 9b1bf2c3..ba477444 100644 --- a/spice/WriteSpice.cc +++ b/spice/WriteSpice.cc @@ -825,7 +825,7 @@ WriteSpice::railToRailSlew(float slew, //////////////////////////////////////////////////////////////// -// Find the logic values for expression inputs to enable paths from input_port. +// Find the logic values for expression inputs to sensitize the path from input_port. void WriteSpice::gatePortValues(const Pin *input_pin, const Pin *drvr_pin,