Fix typo: "field classe" -> "field class"
[babeltrace.git] / lib / trace-ir / fields.c
index 519d65e55ebf3960dab29fe1fed73f978a9451c2..275c02b9e26ea704c3a989876a8211fb90a6c872 100644 (file)
@@ -211,7 +211,7 @@ struct bt_field *bt_field_create(struct bt_field_class *fc)
        BT_ASSERT(bt_field_class_has_known_type(fc));
        field = field_create_funcs[fc->type](fc);
        if (!field) {
-               BT_LIB_LOGE("Cannot create field object from field classe: "
+               BT_LIB_LOGE("Cannot create field object from field class: "
                        "%![fc-]+F", fc);
                goto end;
        }
This page took 0.024629 seconds and 4 git commands to generate.