diff --git a/[refs] b/[refs] index 1251fe06822e..22b78c9c4c44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 717b6d83664646963c71d014c71babaa802333b9 +refs/heads/master: 20e994a05b33b186a22a3b9e922df4cce644daac diff --git a/trunk/net/core/skbuff.c b/trunk/net/core/skbuff.c index 18a3cebb753d..3c30ee4a5710 100644 --- a/trunk/net/core/skbuff.c +++ b/trunk/net/core/skbuff.c @@ -2230,7 +2230,7 @@ static int skb_prepare_for_shift(struct sk_buff *skb) * @shiftlen: shift up to this many bytes * * Attempts to shift up to shiftlen worth of bytes, which may be less than - * the length of the skb, from tgt to skb. Returns number bytes shifted. + * the length of the skb, from skb to tgt. Returns number bytes shifted. * It's up to caller to free skb if everything was shifted. * * If @tgt runs out of frags, the whole operation is aborted.