diff options
author | David Robillard <d@drobilla.net> | 2011-12-22 00:13:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-22 00:13:19 +0000 |
commit | a1296863a7ed9339b91baee84cb15aff75f98461 (patch) | |
tree | 7dadfa59e7b0bcbfe42c1ff2dd1def5d2cb391e6 /lv2/ns/ext/state/state.h | |
parent | c3c7e4d2b5e3407c4a805415c2f6283e59d9b992 (diff) | |
download | lv2-a1296863a7ed9339b91baee84cb15aff75f98461.tar.xz |
Fix search/replace oops.
Diffstat (limited to 'lv2/ns/ext/state/state.h')
-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 |