From d97f77a8f5ecb2f9101360b3b6ceb4b52ef86d11 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Jul 2009 04:16:14 +0200 Subject: [PATCH] TEE: spello fix --- extensions/xt_TEE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/xt_TEE.c b/extensions/xt_TEE.c index dea135c..c5ab60b 100644 --- a/extensions/xt_TEE.c +++ b/extensions/xt_TEE.c @@ -175,7 +175,7 @@ tee_tg4(struct sk_buff **pskb, const struct xt_target_param *par) /* * Copy the skb, and route the copy. Will later return %XT_CONTINUE for * the original skb, which should continue on its way as if nothing has - * happened. The copy should be independantly delivered to the TEE --gw. + * happened. The copy should be independently delivered to the TEE --gw. */ skb = skb_copy(skb, GFP_ATOMIC); if (skb == NULL) {