git: 9a7f7b2480a9 - main - libc(inet_net_pton.c): fix "Fiery" spelling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Apr 2024 22:37:11 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9a7f7b2480a9f332f7f7f19ee00dc1606dfd2265 commit 9a7f7b2480a9f332f7f7f19ee00dc1606dfd2265 Author: rilysh <nightquick@proton.me> AuthorDate: 2024-04-12 22:32:05 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-12 22:34:51 +0000 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 --- lib/libc/inet/inet_net_pton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/inet/inet_net_pton.c b/lib/libc/inet/inet_net_pton.c index 6187c8c0025c..d566a0e1d3c3 100644 --- a/lib/libc/inet/inet_net_pton.c +++ b/lib/libc/inet/inet_net_pton.c @@ -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;