diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-05 06:53:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-05 06:53:55 +0000 |
commit | 8267e47bb5c54698942b0869b121a2d8375d8674 (patch) | |
tree | 43c70ce109a4619f95c3e5335fffecdacebb8203 | |
parent | b210e4ccb6b1f8df2ff4155b6264473f1d26be78 (diff) | |
download | glibc-8267e47bb5c54698942b0869b121a2d8375d8674.tar.gz glibc-8267e47bb5c54698942b0869b121a2d8375d8674.tar.xz glibc-8267e47bb5c54698942b0869b121a2d8375d8674.zip |
Update.
* math/fenv.h: Fix typo in comment.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | math/fenv.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 832e1aa516..9515f77a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-04 Ulrich Drepper <drepper@redhat.com> + * math/fenv.h: Fix typo in comment. + * math/test-misc.c (main): Add a few more over and underflow tests for scalb. diff --git a/math/fenv.h b/math/fenv.h index 0e2904a8ed..55fd044574 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -41,7 +41,7 @@ The following macros are defined iff the implementation supports this kind of exception. FE_INEXACT inexact result - FE_DIVBYZERO devision by zero + FE_DIVBYZERO division by zero FE_UNDERFLOW result not representable due to underflow FE_OVERFLOW result not representable due to overflow FE_INVALID invalid operation |