Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libm Fix verb form.



details:   https://anonhg.NetBSD.org/src/rev/9891a17665fc
branches:  trunk
changeset: 826427:9891a17665fc
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 03 13:41:19 2017 +0000

description:
Fix verb form.

diffstat:

 tests/lib/libm/t_round.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9ed290b92c3 -r 9891a17665fc tests/lib/libm/t_round.c
--- a/tests/lib/libm/t_round.c  Sun Sep 03 13:29:55 2017 +0000
+++ b/tests/lib/libm/t_round.c  Sun Sep 03 13:41:19 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_round.c,v 1.8 2017/09/03 13:29:55 maya Exp $ */
+/* $NetBSD: t_round.c,v 1.9 2017/09/03 13:41:19 wiz Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
        uint64_t unsigned_even = rounding_alpha_simple_even;
 
        ATF_CHECK_MSG(unsigned_even % 2 == 0,
-           "2^63 casted to uint64_t is odd (got %"PRIu64")", unsigned_even);
+           "2^63 cast to uint64_t is odd (got %"PRIu64")", unsigned_even);
 
 }
 ATF_TP_ADD_TCS(tp)



Home | Main Index | Thread Index | Old Index