summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-29 19:07:22 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-29 19:07:22 +0000
commitbebeb5abec36919ac4fce9602a2ad94a4d79935a (patch)
tree83a11a587dfed8e6de943cdfc3b16f11d7cf865c /libs
parentce8d79d6217c3431dd31c16019eeee91e0415f32 (diff)
Fix comment
git-svn-id: svn://localhost/ardour2/branches/3.0@7326 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/midi++2/midi++/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/midi++2/midi++/mmc.h b/libs/midi++2/midi++/mmc.h
index 55317425ae..2dc38e81c0 100644
--- a/libs/midi++2/midi++/mmc.h
+++ b/libs/midi++2/midi++/mmc.h
@@ -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
{