summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/types.h')
-rw-r--r--src/libs/engine/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/types.h b/src/libs/engine/types.h
index 125651bc..c623ac42 100644
--- a/src/libs/engine/types.h
+++ b/src/libs/engine/types.h
@@ -29,7 +29,7 @@ typedef jack_default_audio_sample_t Sample;
typedef jack_nframes_t SampleCount;
typedef jack_nframes_t SampleRate;
-/** A type that Om can patch (eg can be stored in a port) */
+/** A type that Ingen can process/patch (eg can be stored in a port) */
enum DataType { FLOAT, MIDI, UNKNOWN };