aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/log/log.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-14 18:30:41 +0000
committerDavid Robillard <d@drobilla.net>2012-04-14 18:30:41 +0000
commit528efbe23419c468c17f2244b1f82c1342ca7f3c (patch)
treef1612593f0701716f37cf2fa6d2408d1e47779c2 /lv2/lv2plug.in/ns/ext/log/log.h
parentf32b297bf39a06b92e33069611cdaf17ee847c8a (diff)
downloadlv2-528efbe23419c468c17f2244b1f82c1342ca7f3c.tar.xz
Improve documentation.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/log.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/log.h b/lv2/lv2plug.in/ns/ext/log/log.h
index 3c2ec40..8521ea8 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.h
+++ b/lv2/lv2plug.in/ns/ext/log/log.h
@@ -59,7 +59,7 @@ typedef struct _LV2_Log {
/**
Opaque pointer to host data.
- This MUST be passed to methods in this struct henever they are called.
+ This MUST be passed to methods in this struct whenever they are called.
Otherwise, it must not be interpreted in any way.
*/
LV2_Log_Handle handle;
@@ -67,10 +67,10 @@ typedef struct _LV2_Log {
/**
Log a message, passing format parameters directly.
- The API of this function matches that of the standard C printf
- function, except for the addition of the first two parameters. This
- function may be called from any non-realtime context, or from any
- context if @p type is @ref LV2_LOG__Trace.
+ The API of this function matches that of the standard C printf function,
+ except for the addition of the first two parameters. This function may
+ be called from any non-realtime context, or from any context if @p type
+ is @ref LV2_LOG__Trace.
*/
LV2_LOG_FUNC(3, 4)
int (*printf)(LV2_Log_Handle handle,