make a comment more accurate

This commit is contained in:
Paul Davis 2025-10-24 16:52:27 -06:00
parent 14fe5ef999
commit fa7d9de669

View file

@ -6233,7 +6233,7 @@ Route::monitoring_state () const
assert (track_rec != clip_rec);
if (clip_rec) {
/* actively recording into a slot */
/* preparing to, or actively recording into a slot */
return MonitoringInput;
}