aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/event.lv2/event-helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/event.lv2/event-helpers.h b/ext/event.lv2/event-helpers.h
index 37ca451..ae9fb60 100644
--- a/ext/event.lv2/event-helpers.h
+++ b/ext/event.lv2/event-helpers.h
@@ -98,7 +98,7 @@ lv2_event_begin(LV2_Event_Iterator* iter,
}
-/** Check if @a iter is valid..
+/** Check if @a iter is valid.
* @return True if @a iter is valid, otherwise false (past end of buffer) */
static inline bool
lv2_event_is_valid(LV2_Event_Iterator* iter)
@@ -148,7 +148,7 @@ lv2_event_get(LV2_Event_Iterator* iter,
/** Write an event at @a iter.
- * The event (if any) pointed to by @iter will be overwritten, and @a iter
+ * The event (if any) pointed to by @a iter will be overwritten, and @a iter
* incremented to point to the following event (i.e. several calls to this
* function can be done in sequence without twiddling iter in-between).
* @return True if event was written, otherwise false (buffer is full). */
@@ -213,7 +213,7 @@ lv2_event_reserve(LV2_Event_Iterator* iter,
/** Write an event at @a iter.
- * The event (if any) pointed to by @iter will be overwritten, and @a iter
+ * The event (if any) pointed to by @a iter will be overwritten, and @a iter
* incremented to point to the following event (i.e. several calls to this
* function can be done in sequence without twiddling iter in-between).
* @return True if event was written, otherwise false (buffer is full). */