Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys fix typo bindinging -> binding
details: https://anonhg.NetBSD.org/src/rev/dfd8db0c9c48
branches: trunk
changeset: 337187:dfd8db0c9c48
user: rtr <rtr%NetBSD.org@localhost>
date: Sun Apr 05 23:28:10 2015 +0000
description:
fix typo bindinging -> binding
diffstat:
tests/lib/libc/sys/t_bind.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7703b0a75756 -r dfd8db0c9c48 tests/lib/libc/sys/t_bind.c
--- a/tests/lib/libc/sys/t_bind.c Sun Apr 05 23:19:56 2015 +0000
+++ b/tests/lib/libc/sys/t_bind.c Sun Apr 05 23:28:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bind.c,v 1.2 2015/04/05 23:15:54 rtr Exp $ */
+/* $NetBSD: t_bind.c,v 1.3 2015/04/05 23:28:10 rtr Exp $ */
/*
* Copyright (c) 2015 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -42,7 +42,7 @@
ATF_TC_HEAD(bind_foreign_family, tc)
{
- atf_tc_set_md_var(tc, "descr", "Checks that bindinging a socket "
+ atf_tc_set_md_var(tc, "descr", "Checks that binding a socket "
"with a different address family fails");
}
Home |
Main Index |
Thread Index |
Old Index