doc: fix option mismatch --gw/--gateway (2)

This commit is contained in:
Olivier Mehani
2009-11-25 11:10:12 +01:00
committed by Jan Engelhardt
parent 0fe32e7443
commit d643fc4b6c
2 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,8 @@ 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 independently delivered to the TEE --gw.
* happened. The copy should be independently delivered to the TEE
* --gateway.
*/
skb = skb_copy(skb, GFP_ATOMIC);
if (skb == NULL) {