X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Ffrontend_types.h;h=d1f70c3ab59e5e2665ee5fdae54fc7c17fda121e;hb=2fbda51c64f28b33b8febffc998af235e6fa9ea9;hp=19ab821d4a4d44c9581b890be809a3f105fdb65f;hpb=a0f2513af262a19822d46f84cd5e34be0badc484;p=lttng-ust.git diff --git a/src/common/ringbuffer/frontend_types.h b/src/common/ringbuffer/frontend_types.h index 19ab821d..d1f70c3a 100644 --- a/src/common/ringbuffer/frontend_types.h +++ b/src/common/ringbuffer/frontend_types.h @@ -120,7 +120,7 @@ enum lttng_crash_type { struct lttng_crash_abi { uint8_t magic[RB_CRASH_DUMP_ABI_MAGIC_LEN]; - uint64_t mmap_length; /* Overall lenght of crash record */ + uint64_t mmap_length; /* Overall length of crash record */ uint16_t endian; /* * { 0x12, 0x34 }: big endian * { 0x34, 0x12 }: little endian