Module Name:    src
Committed By:   wiz
Date:           Sun Sep  3 13:41:19 UTC 2017

Modified Files:
        src/tests/lib/libm: t_round.c

Log Message:
Fix verb form.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_round.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/lib/libm/t_round.c
diff -u src/tests/lib/libm/t_round.c:1.8 src/tests/lib/libm/t_round.c:1.9
--- src/tests/lib/libm/t_round.c:1.8	Sun Sep  3 13:29:55 2017
+++ src/tests/lib/libm/t_round.c	Sun Sep  3 13:41:19 2017
@@ -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 @@ ATF_TC_BODY(rounding_alpha_simple, tc)
 	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)

Reply via email to