diff src/floatfns.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 7609e8a05862
children b339e9aaea4b
line wrap: on
line diff
--- a/src/floatfns.c	Fri Jan 05 08:57:33 1996 +0000
+++ b/src/floatfns.c	Fri Jan 05 10:03:17 1996 +0000
@@ -37,7 +37,7 @@
    (What systems actually do this?  Please let us know.)
 
    Define FLOAT_CHECK_DOMAIN if the float library doesn't handle errors by
-   either setting errno, or signalling SIGFPE/SIGILL.  Otherwise, domain and
+   either setting errno, or signaling SIGFPE/SIGILL.  Otherwise, domain and
    range checking will happen before calling the float routines.  This has
    no effect if HAVE_MATHERR is defined (since matherr will be called when
    a domain error occurs.)