aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.h')
-rw-r--r--src/lv2_evbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lv2_evbuf.h b/src/lv2_evbuf.h
index dfd53df..42951f0 100644
--- a/src/lv2_evbuf.h
+++ b/src/lv2_evbuf.h
@@ -100,13 +100,13 @@ void*
lv2_evbuf_get_buffer(LV2_Evbuf* evbuf);
/**
- Return an iterator to the start of `buf`.
+ Return an iterator to the start of `evbuf`.
*/
LV2_Evbuf_Iterator
lv2_evbuf_begin(LV2_Evbuf* evbuf);
/**
- Return an iterator to the end of @a buf.
+ Return an iterator to the end of `evbuf`.
*/
LV2_Evbuf_Iterator
lv2_evbuf_end(LV2_Evbuf* evbuf);