From adceb124e3bf77096606a9c2d05f55a1c2aa3d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20M=C3=BCnchow?= Date: Fri, 21 Oct 2016 11:48:49 +0200 Subject: [PATCH] added missing word in the comment from ts3init_get_puzzle_mt --- src/ts3init_match.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts3init_match.c b/src/ts3init_match.c index 36bf18f..687eaf5 100644 --- a/src/ts3init_match.c +++ b/src/ts3init_match.c @@ -242,8 +242,8 @@ static int ts3init_get_cookie_mt_check(const struct xt_mtchk_param *par) /* * The 'ts3init_get_cookie' match handler. - * Checks that the packet is a valid COMMAND_GET_PUZZLE, and if the replied - * with the correct cookie. + * Checks that the packet is a valid COMMAND_GET_PUZZLE, and if the client + * replied with the correct cookie. */ static bool ts3init_get_puzzle_mt(const struct sk_buff *skb, struct xt_action_param *par) {