diff options
Diffstat (limited to 'lv2/event/event-helpers.h')
-rw-r--r-- | lv2/event/event-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/event/event-helpers.h b/lv2/event/event-helpers.h index af72d76..ca3abec 100644 --- a/lv2/event/event-helpers.h +++ b/lv2/event/event-helpers.h @@ -90,7 +90,7 @@ lv2_event_buffer_new(uint32_t capacity, uint16_t stamp_type) /** An iterator over an LV2_Event_Buffer. * * Multiple simultaneous read iterators over a single buffer is fine, - * but changing the buffer invalidates all iterators (e.g. RW Lock). */ + * but changing the buffer invalidates all iterators. */ typedef struct { LV2_Event_Buffer* buf; uint32_t offset; |