Fix typos in C comments in miscellaneous files

This commit is contained in:
Vasilii Lakhin 2025-03-22 15:26:51 +02:00 committed by Daniel Black
commit 5f7c2a617f
100 changed files with 158 additions and 158 deletions

View file

@ -341,7 +341,7 @@ static bool IsPortInUse(unsigned short port)
/*
Prefer IPv6 socket to IPv4, since we'll use IPv6 dual socket,
which coveres both IP versions.
which covers both IP versions.
*/
for (a = ai; a; a = a->ai_next)
{