lib: private functions: do not repeat `private` word
[babeltrace.git] / lib / trace-ir / stream.c
index 546b5c4438e0ad5847a606fefbe71c6027423903..15810b7b9eba1c060ac5f1f85ece2c94b700ea9e 100644 (file)
@@ -177,7 +177,7 @@ struct bt_stream_class *bt_stream_borrow_class(struct bt_stream *stream)
        return stream->class;
 }
 
-struct bt_private_stream_class *bt_private_stream_borrow_private_class(
+struct bt_private_stream_class *bt_private_stream_borrow_class(
                struct bt_private_stream *priv_stream)
 {
        return (void *) bt_stream_borrow_class((void *) priv_stream);
This page took 0.023636 seconds and 4 git commands to generate.