Cleanup: bytecode: typo: "s16" -> "u16"
[lttng-modules.git] / src / lttng-filter-interpreter.c
index 5ba7e230094458fd864bc7500ce60bf6988dc391..9599f9a672a300830eedb0bbefe2b591d9ce0602 100644 (file)
@@ -511,7 +511,7 @@ static int dynamic_load_field(struct estack_entry *stack_top)
        {
                uint16_t tmp;
 
-               dbg_printk("op load field s16\n");
+               dbg_printk("op load field u16\n");
                tmp = *(uint16_t *) stack_top->u.ptr.ptr;
                if (stack_top->u.ptr.rev_bo)
                        __swab16s(&tmp);
This page took 0.022886 seconds and 4 git commands to generate.