From dd1d15fa35cf0a7b540d2096d1e2839893bbc1e1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Jul 2011 20:55:12 +0000 Subject: Tidy. --- ext/atom.lv2/atom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/atom.lv2') diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h index 70aad8a..2895efd 100644 --- a/ext/atom.lv2/atom.h +++ b/ext/atom.lv2/atom.h @@ -45,7 +45,7 @@ The type field defines how to interpret an atom. All atoms are by definition Plain Old Data (POD) and may be safely copied - (e.g. with memcpy) using the size field, except atoms with type 0. An atom + (e.g. with memcpy) using the size field, except atoms with type 0. An atom with type 0 is a reference, and may only be used via the functions provided in LV2_Blob_Support (e.g. it MUST NOT be manually copied). -- cgit v1.2.1