Skip to content

Commit

Permalink
fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 30, 2024
1 parent 56417f7 commit e7bb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ typedef struct clap_event_midi {
// sysex buffer to memory owned by the plugin.
//
// As a result, the data structure pointed to by the sysex buffer
// must be contiguous and copyably with `memcpy` of `size` bytes.
// must be contiguous and copyable with `memcpy` of `size` bytes.
typedef struct clap_event_midi_sysex {
clap_event_header_t header;

Expand Down

0 comments on commit e7bb454

Please sign in to comment.