Fix comment

git-svn-id: svn://localhost/ardour2/branches/3.0@7326 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-06-29 19:07:22 +00:00
parent ce8d79d621
commit bebeb5abec

View File

@ -277,7 +277,7 @@ class MachineControl
/** Class to describe a MIDI machine control command to be sent.
* In an ideal world we might use a class hierarchy for this, but objects of this type
* have to be allocated off the stack for thread safety.
* have to be allocated off the stack for RT safety.
*/
class MachineControlCommand
{