1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

libc(inet_net_pton.c): fix "Fiery" spelling

From "Firey" to "Fiery".

Signed-off-by: rilysh <nightquick@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1119
This commit is contained in:
rilysh 2024-04-12 16:32:05 -06:00 committed by Warner Losh
parent 2f1da80f21
commit 9a7f7b2480

View File

@ -138,7 +138,7 @@ inet_net_pton_ipv4(const char *src, u_char *dst, size_t size) {
goto enoent;
}
/* Firey death and destruction unless we prefetched EOS. */
/* Fiery death and destruction unless we prefetched EOS. */
if (ch != '\0')
goto enoent;