diff --git a/include/fluidsynth/event.h b/include/fluidsynth/event.h index 19f7efea..553c667b 100644 --- a/include/fluidsynth/event.h +++ b/include/fluidsynth/event.h @@ -43,7 +43,7 @@ enum fluid_seq_event_type { FLUID_SEQ_ALLNOTESOFF, /**< All notes off event */ FLUID_SEQ_BANKSELECT, /**< Bank select message */ FLUID_SEQ_PROGRAMCHANGE, /**< Program change message */ - FLUID_SEQ_PROGRAMSELECT, /**< Program select message (DOCME) */ + FLUID_SEQ_PROGRAMSELECT, /**< Program select message */ FLUID_SEQ_PITCHBEND, /**< Pitch bend message */ FLUID_SEQ_PITCHWHEELSENS, /**< Pitch wheel sensitivity set message @since 1.1.0 was mispelled previously */ FLUID_SEQ_MODULATION, /**< Modulation controller event */