The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9a7f7b2480a9f332f7f7f19ee00dc1606dfd2265

commit 9a7f7b2480a9f332f7f7f19ee00dc1606dfd2265
Author:     rilysh <nightqu...@proton.me>
AuthorDate: 2024-04-12 22:32:05 +0000
Commit:     Warner Losh <i...@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 <nightqu...@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;
 

Reply via email to