lib: private functions: do not repeat `private` word
[babeltrace.git] / lib / graph / notification / event.c
index 18f6a4ac585a0806116d84b10a0654651509fff4..bd0d077b50258204051c04c1fea11bd1017113ea 100644 (file)
@@ -202,7 +202,7 @@ struct bt_event *bt_notification_event_borrow_event(
        return event_notification->event;
 }
 
-struct bt_private_event *bt_private_notification_event_borrow_private_event(
+struct bt_private_event *bt_private_notification_event_borrow_event(
                struct bt_private_notification *notification)
 {
        return (void *) bt_notification_event_borrow_event(
This page took 0.025182 seconds and 4 git commands to generate.