From: Jérémie Galarneau Date: Thu, 16 Jul 2015 17:16:20 +0000 (-0400) Subject: Clean-up: spelling fix in a comment X-Git-Tag: v2.8.0-rc1~548 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7a720e335b213b31f0dea57aa1555b67535d0277 Clean-up: spelling fix in a comment Signed-off-by: Jérémie Galarneau --- 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++) {