1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-09 02:26:27 +00:00

Fix typo: corrisponds -> corresponds

This commit is contained in:
Tony Finch 2002-07-22 13:58:58 +00:00
parent a1fccb4765
commit ae5fafd8c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100498

View File

@ -404,7 +404,7 @@ ident_stream(int s, struct servtab *sep)
* gives a more optimal way to reload the
* random number only when necessary.
*
* 32 bits from arc4random corrisponds to
* 32 bits from arc4random corresponds to
* about 6 base-36 digits, so we reseed evey 6.
*/
for (i = 0; i < sizeof(idbuf) - 1; i++) {