mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 12:21:00 +02: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:
committed by
David S. Miller
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;
|
||||
|
Reference in New Issue
Block a user