Sorry, I forgot the attachement on this one.
On Sun, Nov 25, 2018 at 11:08 AM Joseph Herlant <aerosti...@debian.org> wrote:
>
> Hi,
>
> The attached patch fixes typos in the code comments of the proto_tcp 
> subsystem.
>
> Thanks,
> Joseph
From 126a530e4105cc18d2f6b9a2a4b005e2ae835d6c Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
Date: Sun, 25 Nov 2018 11:07:33 -0800
Subject: [PATCH] CLEANUP: Fix typos in the proto_tcp subsystem

Fixes typos in the code comments of the proto_tcp subsystem.
---
 src/proto_tcp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/proto_tcp.c b/src/proto_tcp.c
index c7951c55..7c2ccc90 100644
--- a/src/proto_tcp.c
+++ b/src/proto_tcp.c
@@ -1534,11 +1534,11 @@ smp_fetch_dport(const struct arg *args, struct sample *smp, const char *kw, void
 
 #ifdef TCP_INFO
 
-/* Returns some tcp_info data is its avalaible. "dir" must be set to 0 if
- * the client connection is require, otherwise it is set to 1. "val" represents
+/* Returns some tcp_info data is its available. "dir" must be set to 0 if
+ * the client connection is required, otherwise it is set to 1. "val" represents
  * the required value. Use 0 for rtt and 1 for rttavg. "unit" is the expected unit
  * by default, the rtt is in us. Id "unit" is set to 0, the unit is us, if it is
- * set to 1, the untis are milliseconds.
+ * set to 1, the units are milliseconds.
  * If the function fails it returns 0, otherwise it returns 1 and "result" is filled.
  */
 static inline int get_tcp_info(const struct arg *args, struct sample *smp,
-- 
2.19.1

Reply via email to