Source-Changes-HG archive

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

[src/trunk]: src/tests/lib Fix typo in 'exceptions'



details:   https://anonhg.NetBSD.org/src/rev/b69cd0cabb25
branches:  trunk
changeset: 456160:b69cd0cabb25
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Apr 25 20:48:54 2019 +0000

description:
Fix typo in 'exceptions'

diffstat:

 tests/lib/libc/gen/t_fpsetmask.c |  4 ++--
 tests/lib/libc/gen/t_siginfo.c   |  4 ++--
 tests/lib/libm/t_fenv.c          |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 8c4b1c36dfa9 -r b69cd0cabb25 tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Thu Apr 25 19:37:09 2019 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Thu Apr 25 20:48:54 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.19 2019/01/30 12:16:28 martin Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.20 2019/04/25 20:48:54 kamil Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -60,7 +60,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.
         */
diff -r 8c4b1c36dfa9 -r b69cd0cabb25 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Thu Apr 25 19:37:09 2019 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Thu Apr 25 20:48:54 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.35 2019/01/30 12:16:28 martin Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.36 2019/04/25 20:48:54 kamil Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -311,7 +311,7 @@
                atf_tc_skip("Test does not run correctly under QEMU");
 #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.
         */
diff -r 8c4b1c36dfa9 -r b69cd0cabb25 tests/lib/libm/t_fenv.c
--- a/tests/lib/libm/t_fenv.c   Thu Apr 25 19:37:09 2019 +0000
+++ b/tests/lib/libm/t_fenv.c   Thu Apr 25 20:48:54 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fenv.c,v 1.5 2019/01/30 12:16:28 martin Exp $ */
+/* $NetBSD: t_fenv.c,v 1.6 2019/04/25 20:48:54 kamil Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_fenv.c,v 1.5 2019/01/30 12:16:28 martin Exp $");
+__RCSID("$NetBSD: t_fenv.c,v 1.6 2019/04/25 20:48:54 kamil Exp $");
 
 #include <atf-c.h>
 
@@ -42,7 +42,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