Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel Fix typo in atf_tc_set_md_var(): baic -> basic
details: https://anonhg.NetBSD.org/src/rev/9f7689c493de
branches: trunk
changeset: 350047:9f7689c493de
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Jan 02 21:02:03 2017 +0000
description:
Fix typo in atf_tc_set_md_var(): baic -> basic
No functional change.
diffstat:
tests/kernel/t_ptrace_wait.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a4cc70567eb3 -r 9f7689c493de tests/kernel/t_ptrace_wait.c
--- a/tests/kernel/t_ptrace_wait.c Mon Jan 02 20:53:11 2017 +0000
+++ b/tests/kernel/t_ptrace_wait.c Mon Jan 02 21:02:03 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_wait.c,v 1.47 2016/12/13 12:25:05 kamil Exp $ */
+/* $NetBSD: t_ptrace_wait.c,v 1.48 2017/01/02 21:02:03 kamil Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.47 2016/12/13 12:25:05 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.48 2017/01/02 21:02:03 kamil Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -4275,7 +4275,7 @@
ATF_TC_HEAD(lwpinfo1, tc)
{
atf_tc_set_md_var(tc, "descr",
- "Verify baic LWPINFO call for single thread (PT_TRACE_ME)");
+ "Verify basic LWPINFO call for single thread (PT_TRACE_ME)");
}
ATF_TC_BODY(lwpinfo1, tc)
@@ -4343,7 +4343,7 @@
ATF_TC_HEAD(lwpinfo2, tc)
{
atf_tc_set_md_var(tc, "descr",
- "Verify baic LWPINFO call for single thread (PT_ATTACH from "
+ "Verify basic LWPINFO call for single thread (PT_ATTACH from "
"tracer)");
}
Home |
Main Index |
Thread Index |
Old Index