NO-OP tiny rewording of a comment

This commit is contained in:
Paul Davis 2025-04-08 15:44:24 -06:00
parent fe3aadb1bc
commit 72dd5b1258

View file

@ -78,8 +78,8 @@ MidiModel::MidiModel (MidiModel const & other, MidiSource & s)
MidiModel::NoteDiffCommand*
MidiModel::new_note_diff_command (const string& name)
{
/* return via the MidiSource to get a shared_ptr to
* ourselves. Probably faster than shared_from_this()
/* go via the MidiSource to get a shared_ptr to
* ourselves. Probably faster than shared_from_this()
*/
return new NoteDiffCommand (_midi_source.model(), name);
}