mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
net: sctp: trivial: fix typo in comment
Fix typo of 'overflow' for comment in sctp_tsnmap_check(). Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Drew Fustini <drew@beagleboard.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e216674a5b
commit
d93ef30164
@ -75,7 +75,7 @@ int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn)
|
||||
return 1;
|
||||
|
||||
/* Verify that we can hold this TSN and that it will not
|
||||
* overlfow our map
|
||||
* overflow our map
|
||||
*/
|
||||
if (!TSN_lt(tsn, map->base_tsn + SCTP_TSN_MAP_SIZE))
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user