From 7a720e335b213b31f0dea57aa1555b67535d0277 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 16 Jul 2015 13:16:20 -0400 Subject: [PATCH] Clean-up: spelling fix in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-relayd/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 6b0ff97fe..8e1879f50 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -2569,8 +2569,8 @@ restart: nb_fd = ret; /* - * Process control. The control connection is prioritised so we don't - * starve it with high throughout put tracing data on the data + * Process control. The control connection is prioritised so we + * don't starve it with high throughput tracing data on the data * connection. */ for (i = 0; i < nb_fd; i++) { -- 2.34.1