Module Name: src Committed By: skrll Date: Mon Jun 24 06:26:30 UTC 2019
Modified Files: src/tests/net/can: t_can.c Log Message: Another spello of 'unknown' To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/net/can/t_can.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/net/can/t_can.c diff -u src/tests/net/can/t_can.c:1.6 src/tests/net/can/t_can.c:1.7 --- src/tests/net/can/t_can.c:1.6 Fri Jun 9 08:23:45 2017 +++ src/tests/net/can/t_can.c Mon Jun 24 06:26:29 2019 @@ -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(canbindunknown); 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"); }