X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fchannel-internal.h;fp=include%2Flttng%2Fnotification%2Fchannel-internal.h;h=0779d73371bbd9158768bcaebfc0f664e0c1a4cc;hb=8a9bd316322585e614fe4db6ef4bd2841c85b3f0;hp=efe502fe4f284a4830426ebe5250e71c217882ea;hpb=02fffb7cb8015329c0e59560a7022029c9bab8ae;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