X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-bytecode.h;h=87a90dd6bf6b3ff554f50e85a294f3a04f6a780a;hp=d8f2413c2c335955f3bd1eaaf8ee8aaf95f6cb00;hb=6ed05973463c75c8d36273f6d32764fb761de199;hpb=a0f2513af262a19822d46f84cd5e34be0badc484 diff --git a/src/lib/lttng-ust/lttng-bytecode.h b/src/lib/lttng-ust/lttng-bytecode.h index d8f2413c..87a90dd6 100644 --- a/src/lib/lttng-ust/lttng-bytecode.h +++ b/src/lib/lttng-ust/lttng-bytecode.h @@ -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;