X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fchannel.h;fp=include%2Flttng%2Fnotification%2Fchannel.h;h=b010df12aa56b8194241fd17af947a0c8e2e1009;hb=53d809151fa289fc8d9391db1d878654ec713097;hp=23256463358dfe017941fcaaf73dea07405f6420;hpb=25040abcb14b44939248abeea1103282c0a6e416;p=lttng-tools.git diff --git a/include/lttng/notification/channel.h b/include/lttng/notification/channel.h index 232564633..b010df12a 100644 --- a/include/lttng/notification/channel.h +++ b/include/lttng/notification/channel.h @@ -79,7 +79,7 @@ extern struct lttng_notification_channel *lttng_notification_channel_create( * Notifications can be dropped if a client consumes the notifications sent * through the notification channel too slowly. * - * Returns LTTNG_NOTIFICATION_CHANNEL_STATUS_OK and a notificationon success, + * Returns LTTNG_NOTIFICATION_CHANNEL_STATUS_OK and a notification on success, * LTTNG_NOTIFICATION_CHANNEL_STATUS_INVALID if an invalid parameter was * provided, or LTTNG_NOTIFICATION_CHANNEL_STATUS_NOTIFICATIONS_DROPPED if * notifications were dropped.