X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fchannel-internal.h;h=0779d73371bbd9158768bcaebfc0f664e0c1a4cc;hb=4149ace8fa7c7a8da39272f03923df46039c5ff6;hp=efe502fe4f284a4830426ebe5250e71c217882ea;hpb=13675d0e093a96a7e7c0aa8c67029fa5e2ed9a68;p=lttng-tools.git diff --git a/include/lttng/notification/channel-internal.h b/include/lttng/notification/channel-internal.h index efe502fe4..0779d7337 100644 --- a/include/lttng/notification/channel-internal.h +++ b/include/lttng/notification/channel-internal.h @@ -70,7 +70,7 @@ struct pending_notification { * - Synchronous: commands emitted by the client to which a reply is expected * (e.g. subscribing/unsubscribing to conditions), * - Asynchronous: notifications which are sent by the lttng_endpoint to the - * client as one of the subscribed condition has occured. + * client as one of the subscribed condition has occurred. * * The nature of this hybrid communication mode means that asynchronous messages * (e.g. notifications) may be interleaved between synchronous messages (e.g. a