X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Flttng-utils%2Fdebug-info%2Ftrace-ir-mapping.c;h=5c805f2d5971867cbdc52e260c9f583b4e5331e8;hb=e74015680521597497c3218160a9e80081932896;hp=7ddf9f14400a8c6b883202453c11c8daa96a197e;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/src/plugins/lttng-utils/debug-info/trace-ir-mapping.c b/src/plugins/lttng-utils/debug-info/trace-ir-mapping.c index 7ddf9f14..5c805f2d 100644 --- a/src/plugins/lttng-utils/debug-info/trace-ir-mapping.c +++ b/src/plugins/lttng-utils/debug-info/trace-ir-mapping.c @@ -40,7 +40,7 @@ bt_trace_class *create_new_mapped_trace_class(struct trace_ir_maps *ir_maps, BT_ASSERT(!metadata_maps->output_trace_class); - /* Create the ouput trace class. */ + /* Create the output trace class. */ metadata_maps->output_trace_class = bt_trace_class_create(ir_maps->self_comp); if (!metadata_maps->output_trace_class) {