From 6e8afc1cd3909efc4a6f07297d760351f8866ecb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Nov 1999 18:52:42 +0000 Subject: Update. 1999-11-16 Andreas Jaeger * math/fenv.h: Fix typos in comments. Reported by Andreas Schwab. --- math/fenv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') 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. */ -- cgit v1.2.3