lib: update copyrights
[babeltrace.git] / lib / trace-ir / event.c
index 5b4986043552063118936691d02e10310a80d48e..433963ca8ecc46b62254c75ce7111b593e3ccb5a 100644 (file)
@@ -1,8 +1,7 @@
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
@@ -26,8 +25,8 @@
 #include <babeltrace/lib-logging-internal.h>
 
 #include <babeltrace/assert-pre-internal.h>
-#include <babeltrace/trace-ir/fields-internal.h>
-#include <babeltrace/trace-ir/field-classes-internal.h>
+#include <babeltrace/trace-ir/field-internal.h>
+#include <babeltrace/trace-ir/field-class-internal.h>
 #include <babeltrace/trace-ir/clock-class.h>
 #include <babeltrace/trace-ir/clock-value-const.h>
 #include <babeltrace/trace-ir/clock-value-internal.h>
@@ -384,7 +383,7 @@ int bt_event_move_header_field(struct bt_event *event,
        BT_ASSERT_PRE_EVENT_HOT(event);
        stream_class = bt_event_class_borrow_stream_class_inline(event->class);
        BT_ASSERT_PRE(stream_class->event_header_fc,
-               "Stream class has no event header field classe: %!+S",
+               "Stream class has no event header field class: %!+S",
                stream_class);
 
        /* Recycle current header field: always exists */
This page took 0.024398 seconds and 4 git commands to generate.