summaryrefslogtreecommitdiff
path: root/math/fenv.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-17 18:52:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-17 18:52:42 +0000
commit6e8afc1cd3909efc4a6f07297d760351f8866ecb (patch)
tree1f0b3d7ad9d612641c43695efdee75da4f0db653 /math/fenv.h
parent96f0d1f51afc733684c3a5abbdf242cd3347c185 (diff)
Update.
1999-11-16 Andreas Jaeger <aj@suse.de> * math/fenv.h: Fix typos in comments. Reported by Andreas Schwab.
Diffstat (limited to 'math/fenv.h')
-rw-r--r--math/fenv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fenv.h b/math/fenv.h
index bda3ee916f..0e2904a8ed 100644
--- a/math/fenv.h
+++ b/math/fenv.h
@@ -119,12 +119,12 @@ extern int feupdateenv (__const fenv_t *__envp) __THROW;
/* Enable individual exceptions. Will not enable more exceptions than
EXCEPTS specifies. Returns the previous enabled exceptions if all
- exceptions are successfull set, otherwise returns -1. */
+ exceptions are successfully set, otherwise returns -1. */
extern int feenableexcept (int __excepts) __THROW;
/* Disable individual exceptions. Will not disable more exceptions than
EXCEPTS specifies. Returns the previous enabled exceptions if all
- exceptions are successfull disabled, otherwise returns -1. */
+ exceptions are successfully disabled, otherwise returns -1. */
extern int fedisableexcept (int __excepts) __THROW;
/* Return enabled exceptions. */