aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-22 20:55:12 +0000
committerDavid Robillard <d@drobilla.net>2011-07-22 20:55:12 +0000
commitdd1d15fa35cf0a7b540d2096d1e2839893bbc1e1 (patch)
tree5e813492b8e78cd44207f3b451067c38d82d5dfb /ext/atom.lv2/atom.h
parenta45e50a9e94534d0055962b46fb138ce6aa3a541 (diff)
downloadlv2-dd1d15fa35cf0a7b540d2096d1e2839893bbc1e1.tar.xz
Tidy.
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r--ext/atom.lv2/atom.h2
1 files changed, 1 insertions, 1 deletions
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).