diff options
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/atom/util.h b/lv2/atom/util.h index cf24a53..de93269 100644 --- a/lv2/atom/util.h +++ b/lv2/atom/util.h @@ -270,7 +270,7 @@ lv2_atom_object_next(const LV2_Atom_Property_Body* i) This macro is used similarly to a for loop (which it expands to), e.g.: @code LV2_ATOM_OBJECT_FOREACH(object, i) { - // Do something with prop (an LV2_Atom_Property_Body*) here... + // Do something with i (an LV2_Atom_Property_Body*) here... } @endcode */ |