From cca4aa58b57d34c33b7a066651419a0b19a4d674 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 May 2003 02:09:54 +0000 Subject: Update. 2003-05-21 H.J. Lu * math/test-fenv.c (feexcp_nomask_test): Fix comment (feexcp_mask_test): Likewise. --- math/test-fenv.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/test-fenv.c b/math/test-fenv.c index 1fcefc7..78127c3 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger and Ulrich Drepper , 1997. @@ -350,7 +350,8 @@ feexcp_nomask_test (const char *flag_name, int fe_exc) int status; pid_t pid; - printf ("Test: after fedisable (%s) processes will abort\n", flag_name); + printf ("Test: after fedisableexcept (%s) processes will abort\n", + flag_name); printf (" when feraiseexcept (%s) is called.\n", flag_name); pid = fork (); if (pid == 0) @@ -403,7 +404,8 @@ feexcp_mask_test (const char *flag_name, int fe_exc) int exception; pid_t pid; - printf ("Test: after fedisable (%s) processes will not abort\n", flag_name); + printf ("Test: after fedisableexcept (%s) processes will not abort\n", + flag_name); printf (" when feraiseexcept (%s) is called.\n", flag_name); pid = fork (); if (pid == 0) -- cgit v1.1