diff options
Diffstat (limited to 'lv2/ns/ext')
-rw-r--r-- | lv2/ns/ext/state/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/ext/state/state.h b/lv2/ns/ext/state/state.h index 3d39012..f326ee0 100644 --- a/lv2/ns/ext/state/state.h +++ b/lv2/ns/ext/state/state.h @@ -55,7 +55,7 @@ typedef enum { /** Plain Old Data. - Values with this flag contain no references to non-stateent or + Values with this flag contain no references to non-persistent or non-global resources (e.g. pointers, handles, local paths, etc.). It is safe to copy POD values with a simple memcpy and store them for use at any time in the future on a machine with a compatible architecture |