We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284a85d commit 05fc5ffCopy full SHA for 05fc5ff
include/clap/events.h
@@ -13,7 +13,7 @@ extern "C" {
13
// size of the event and its type and space (a namespacing for types).
14
// clap_event objects are contiguous regions of memory which can be copied
15
// with a memcpy of `size` bytes starting at the top of the header. As
16
-// such, be very careful when desiginig clap events with internal pointers
+// such, be very careful when designing clap events with internal pointers
17
// and other non-value-types to consider the lifetime of those members.
18
typedef struct clap_event_header {
19
uint32_t size; // event size including this header, eg: sizeof (clap_event_note)
0 commit comments