From ddf0e80229d300fb3367dd1d2ca494b2baf147a0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 27 Dec 2022 17:10:06 +0000 Subject: spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes; --- src/lib/libc/net/inet_net_pton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/inet_net_pton.c') diff --git a/src/lib/libc/net/inet_net_pton.c b/src/lib/libc/net/inet_net_pton.c index f9c6e7334b..c5baa4d6f4 100644 --- a/src/lib/libc/net/inet_net_pton.c +++ b/src/lib/libc/net/inet_net_pton.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet_net_pton.c,v 1.13 2022/04/13 22:17:33 millert Exp $ */ +/* $OpenBSD: inet_net_pton.c,v 1.14 2022/12/27 17:10:06 jmc Exp $ */ /* * Copyright (c) 2012 by Gilles Chehade @@ -161,7 +161,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; -- cgit v1.2.3-55-g6feb