lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / include / babeltrace / graph / graph-internal.h
index 80a661b4fa711090ecc29fc3ccf77589b34bf881..c1c018d083d35cead9b7e9669197509814013988 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <babeltrace/graph/graph.h>
 #include <babeltrace/graph/connection-internal.h>
-#include <babeltrace/graph/notification.h>
+#include <babeltrace/graph/notification-const.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/object-pool-internal.h>
@@ -94,7 +94,7 @@ struct bt_graph {
        /* Pool of `struct bt_notification_event *` */
        struct bt_object_pool event_notif_pool;
 
-       /* Pool of `struct bt_notification_packet_begin *` */
+       /* Pool of `struct bt_notification_packet_beginning *` */
        struct bt_object_pool packet_begin_notif_pool;
 
        /* Pool of `struct bt_notification_packet_end *` */
This page took 0.023891 seconds and 4 git commands to generate.