X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsctp%2Ftsnmap.c;h=9bd64565021a91ed890e27313c7ce364f474c749;hb=01da47059ab54544a508b217598fb0e73b73e7a8;hp=35c73e82553aeae8f6ab6f282fe17844de9d143a;hpb=7fbb8759eff9a348efa5f352ffaa51c364837c4b;p=karo-tx-linux.git diff --git a/net/sctp/tsnmap.c b/net/sctp/tsnmap.c index 35c73e82553a..9bd64565021a 100644 --- a/net/sctp/tsnmap.c +++ b/net/sctp/tsnmap.c @@ -227,7 +227,7 @@ void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn) */ bitmap_zero(map->tsn_map, map->len); } else { - /* If the gap is smaller then the map size, + /* If the gap is smaller than the map size, * shift the map by 'gap' bits and update further. */ bitmap_shift_right(map->tsn_map, map->tsn_map, gap, map->len);