X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libringbuffer%2Fring_buffer_frontend.c;h=dfbb23a9aa1080af53023186881e64e271edeae2;hb=e5ea8cce4f1f61781f00636b36f5c5694cfe5db5;hp=ce759ff18aa76ce638596b6f25d59d779a868edf;hpb=b2a050e0f805d45fd05315b63a6a344c8588cbad;p=deliverable%2Flttng-ust.git diff --git a/libringbuffer/ring_buffer_frontend.c b/libringbuffer/ring_buffer_frontend.c index ce759ff1..dfbb23a9 100644 --- a/libringbuffer/ring_buffer_frontend.c +++ b/libringbuffer/ring_buffer_frontend.c @@ -1154,7 +1154,7 @@ void channel_release(struct channel *chan, struct lttng_ust_shm_handle *handle, * Call "destroy" callback, finalize channels, decrement the channel * reference count. Note that when readers have completed data * consumption of finalized channels, get_subbuf() will return -ENODATA. - * They should release their handle at that point. + * They should release their handle at that point. */ void channel_destroy(struct channel *chan, struct lttng_ust_shm_handle *handle, int consumer)