diff options
Diffstat (limited to 'resolv/inet_net_pton.c')
-rw-r--r-- | resolv/inet_net_pton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/inet_net_pton.c b/resolv/inet_net_pton.c index aab9b7b..63a47b7 100644 --- a/resolv/inet_net_pton.c +++ b/resolv/inet_net_pton.c @@ -157,7 +157,7 @@ inet_net_pton_ipv4 (const char *src, u_char *dst, size_t size) goto emsgsize; } - /* Firey death and destruction unless we prefetched EOS. */ + /* Fiery death and destruction unless we prefetched EOS. */ if (ch != '\0') goto enoent; |