From 1dd25e28d809e0ed7940f56a1aae17b44baf5cd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 3 Oct 2018 20:50:35 -0400 Subject: [PATCH] Docs: comment typo fix (accomodates -> accommodates) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/lttng/notification/channel-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/notification/channel-internal.h b/include/lttng/notification/channel-internal.h index a10847b04..7343b03bb 100644 --- a/include/lttng/notification/channel-internal.h +++ b/include/lttng/notification/channel-internal.h @@ -74,7 +74,7 @@ struct pending_notification { }; /* - * The notification channel protocol is bidirectional and accomodates + * The notification channel protocol is bidirectional and accommodates * synchronous and asynchronous communication modes: * * - Synchronous: commands emitted by the client to which a reply is expected -- 2.34.1