lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / plugins / text / pretty / print.c
index 46e3236d9ad2055bf8559d6e0f204a53fe9c6896..5f31221943de6bda53047a9c782b90e6eba005f8 100644 (file)
@@ -1373,7 +1373,7 @@ int pretty_print_packet(struct pretty_component *pretty,
                const struct bt_notification *packet_beginning_notif)
 {
 #if 0
-       const struct bt_packet *packet = bt_notification_packet_begin_borrow_packet_const(
+       const struct bt_packet *packet = bt_notification_packet_beginning_borrow_packet_const(
                packet_beginning_notif);
        uint64_t count;
        int status = 0;
This page took 0.024317 seconds and 4 git commands to generate.