Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/can Another spello of 'unknown'



details:   https://anonhg.NetBSD.org/src/rev/ca0ac9560d70
branches:  trunk
changeset: 452252:ca0ac9560d70
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jun 24 06:26:29 2019 +0000

description:
Another spello of 'unknown'

diffstat:

 tests/net/can/t_can.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e285c154f87e -r ca0ac9560d70 tests/net/can/t_can.c
--- a/tests/net/can/t_can.c     Mon Jun 24 06:24:33 2019 +0000
+++ b/tests/net/can/t_can.c     Mon Jun 24 06:26:29 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_can.c,v 1.6 2017/06/09 08:23:45 bouyer Exp $ */
+/*     $NetBSD: t_can.c,v 1.7 2019/06/24 06:26:29 skrll Exp $  */
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: t_can.c,v 1.6 2017/06/09 08:23:45 bouyer Exp $");
+__RCSID("$NetBSD: t_can.c,v 1.7 2019/06/24 06:26:29 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -721,7 +721,7 @@
 ATF_TC_HEAD(canbindunknown, tc)
 {
 
-       atf_tc_set_md_var(tc, "descr", "check that bind to unkown interface fails");
+       atf_tc_set_md_var(tc, "descr", "check that bind to unknown interface fails");
        atf_tc_set_md_var(tc, "timeout", "5");
 }
 



Home | Main Index | Thread Index | Old Index