diff options
author | Reuben Thomas <reuben.thomas@me.com> | 2021-02-17 23:32:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-02-22 11:53:44 -0500 |
commit | db715453bc12ac1d91183d3bc3642e4055c9aa26 (patch) | |
tree | 968627f7be167725eaa44fc51b65854c67890324 /lv2/state | |
parent | ba34a58b32839491335b5bcbda46e11c4b209cbc (diff) | |
download | lv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz |
Fix typos in docstrings
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/state/state.h b/lv2/state/state.h index 70972d8..e526d85 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -76,7 +76,7 @@ typedef enum { Values with this flag contain no pointers or references to other areas of memory. It is safe to copy POD values with a simple memcpy and store them for the duration of the process. A POD value is not necessarily - safe to trasmit between processes or machines (for example, filenames + safe to transmit between processes or machines (for example, filenames are POD), see LV2_STATE_IS_PORTABLE for details. Implementations MUST NOT attempt to copy or serialise a non-POD value if |