cleanup: spelling fixes in comments
[lttng-ust.git] / src / common / ringbuffer / frontend_types.h
index e368c734e13a3d17617333c959aa7eb0d52bbbd9..d1f70c3ab59e5e2665ee5fdae54fc7c17fda121e 100644 (file)
@@ -18,7 +18,7 @@
 #include <urcu/list.h>
 #include <urcu/uatomic.h>
 
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 #include "ringbuffer-config.h"
 #include "common/logging.h"
 #include "backend_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
@@ -253,7 +253,6 @@ struct lttng_ust_ring_buffer_ctx_private {
                                                 */
        uint64_t tsc;                           /* time-stamp counter value */
        unsigned int rflags;                    /* reservation flags */
-       void *ip;                               /* caller ip address */
 
        struct lttng_ust_ring_buffer *buf;      /*
                                                 * buffer corresponding to processor id
This page took 0.025434 seconds and 4 git commands to generate.