Skip to content

Commit

Permalink
Add an apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 26, 2024
1 parent 3e33dfb commit 9e84750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ typedef struct clap_host {
void(CLAP_ABI *request_process)(const struct clap_host *host);

// Request the host to schedule a call to plugin->on_main_thread(plugin) on the main thread.
// This callback should be called as soon as practicable, usually in the host applications next
// This callback should be called as soon as practicable, usually in the host application's next
// available main thread time slice. Typically callbacks occur at least in the 10s-to-50s-of-milliseconds
// or 30-120hz timeslice range. Plugins should not make assumptions about the exactness of timing for
// a main thread callback but hosts should endeavour to be prompt.
Expand Down

0 comments on commit 9e84750

Please sign in to comment.