clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 1f2667f39c9293b9239da8cd6258838d5dfe75a2
parent 3196c93edbc085ffd65b9824d8133cd300cc1876
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 11:59:25 -0400

Fix typos in thread-pool.h

Diffstat:
Minclude/clap/ext/thread-pool.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/thread-pool.h b/include/clap/ext/thread-pool.h @@ -4,10 +4,10 @@ /// @page /// -/// This extension let the plugin use the host's thread pool. +/// This extension lets the plugin use the host's thread pool. /// /// The plugin must provide @ref clap_plugin_thread_pool, and the host may provide @ref -/// clap_host_thread_pool. If it doesn't, the plugin should process its data by its own mean. In the +/// clap_host_thread_pool. If it doesn't, the plugin should process its data by its own means. In the /// worst case, a single threaded for-loop. /// /// Simple example with N voices to process