From a1296863a7ed9339b91baee84cb15aff75f98461 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Dec 2011 00:13:19 +0000 Subject: Fix search/replace oops. --- lv2/ns/ext/state/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2') 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 -- cgit v1.2.1