TEE: spello fix

This commit is contained in:
Jan Engelhardt
2009-07-02 04:16:14 +02:00
parent 822c6bebe2
commit d97f77a8f5

View File

@@ -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) {