Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net Fix typo in comment: allows, not alows.
details: https://anonhg.NetBSD.org/src/rev/05db4f471c88
branches: trunk
changeset: 1024561:05db4f471c88
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Oct 28 20:56:32 2021 +0000
description:
Fix typo in comment: allows, not alows.
I don't know what an alow is, maybe some cousin of the alot.
Awaiting a nature documentary by Allie Brosh about these perhaps more
elusive beasts.
PR misc/56473, from jschauma
diffstat:
lib/libc/net/getaddrinfo.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 90fb2767e5f5 -r 05db4f471c88 lib/libc/net/getaddrinfo.c
--- a/lib/libc/net/getaddrinfo.c Thu Oct 28 20:49:36 2021 +0000
+++ b/lib/libc/net/getaddrinfo.c Thu Oct 28 20:56:32 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getaddrinfo.c,v 1.121 2021/10/27 19:24:38 nia Exp $ */
+/* $NetBSD: getaddrinfo.c,v 1.122 2021/10/28 20:56:32 riastradh Exp $ */
/* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
/*
@@ -36,7 +36,7 @@
* in the source code. This is because RFC2553 is silent about which error
* code must be returned for which situation.
* - IPv4 classful (shortened) form. RFC2553 is silent about it. XNET 5.2
- * says to use inet_aton() to convert IPv4 numeric to binary (alows
+ * says to use inet_aton() to convert IPv4 numeric to binary (allows
* classful form as a result).
* current code - disallow classful form for IPv4 (due to use of inet_pton).
* - freeaddrinfo(NULL). RFC2553 is silent about it. XNET 5.2 says it is
@@ -55,7 +55,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: getaddrinfo.c,v 1.121 2021/10/27 19:24:38 nia Exp $");
+__RCSID("$NetBSD: getaddrinfo.c,v 1.122 2021/10/28 20:56:32 riastradh Exp $");
#endif /* LIBC_SCCS and not lint */
#ifndef RUMP_ACTION
Home |
Main Index |
Thread Index |
Old Index