diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index b9ecf2d5e..77591b35a 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -2419,7 +2419,7 @@ struct AnnotateActivity : public OutputWriter { int sig = data.first; if (!use_signal.at(sig)) continue; - // Create an entry in the map with all zeros for all bits of the signal + // Create an entry in the map with all zeros for all bits of the signal SignalActivityDataMap::iterator itr = dataMap.find(sig); if (itr == dataMap.end()) { Const value = data.second;