From a7860f7e495583f536480a7cce2b6e0c55926f3a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Mar 2019 18:42:44 +0100 Subject: Fix misleading comment --- lv2/atom/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/atom') 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 */ -- cgit v1.2.1