Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode.h
index d8f2413c2c335955f3bd1eaaf8ee8aaf95f6cb00..87a90dd6bf6b3ff554f50e85a294f3a04f6a780a 100644 (file)
@@ -58,7 +58,7 @@ do {                                                          \
 } while (0)
 #endif
 
-/* Linked bytecode. Child of struct lttng_bytecode_runtime. */
+/* Linked bytecode. Child of struct lttng_ust_bytecode_runtime. */
 struct bytecode_runtime {
        struct lttng_ust_bytecode_runtime p;
        size_t data_len;
This page took 0.023896 seconds and 4 git commands to generate.