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
details: https://anonhg.NetBSD.org/src/rev/85b8ad07ceb2
branches: trunk
changeset: 998655:85b8ad07ceb2
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Apr 25 19:37:09 2019 +0000
description:
Fix typo
diffstat:
tests/kernel/h_segv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5a2bf932cc06 -r 85b8ad07ceb2 tests/kernel/h_segv.c
--- a/tests/kernel/h_segv.c Thu Apr 25 19:15:23 2019 +0000
+++ b/tests/kernel/h_segv.c Thu Apr 25 19:37:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_segv.c,v 1.13 2019/01/30 12:16:28 martin Exp $ */
+/* $NetBSD: h_segv.c,v 1.14 2019/04/25 19:37:09 kamil Exp $ */
/*-
* Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: h_segv.c,v 1.13 2019/01/30 12:16:28 martin Exp $");
+__RCSID("$NetBSD: h_segv.c,v 1.14 2019/04/25 19:37:09 kamil Exp $");
#define __TEST_FENV
@@ -113,7 +113,7 @@
{
#if (__arm__ && !__SOFTFP__) || __aarch64__
/*
- * Some NEON fpus do not trap on IEEE 754 FP excpeptions.
+ * Some NEON fpus do not trap on IEEE 754 FP exceptions.
* Skip these tests if running on them and compiled for
* hard float.
*/
Home |
Main Index |
Thread Index |
Old Index