diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-08-12 19:24:54 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2019-08-13 12:29:30 +0100 |
commit | b2990cae9e94ccf7f447f961fc9b6e1d7da66235 (patch) | |
tree | 854f4b68aca1551387501a81f9afcbcd44df7951 /newlib/libm | |
parent | 5624c18785e456efd730be55aeaad5e9dd4cf3b5 (diff) | |
download | newlib-b2990cae9e94ccf7f447f961fc9b6e1d7da66235.zip newlib-b2990cae9e94ccf7f447f961fc9b6e1d7da66235.tar.gz newlib-b2990cae9e94ccf7f447f961fc9b6e1d7da66235.tar.bz2 |
fenv: Fix typo-ed variable name in documentation
Diffstat (limited to 'newlib/libm')
-rw-r--r-- | newlib/libm/fenv/feraiseexcept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/fenv/feraiseexcept.c b/newlib/libm/fenv/feraiseexcept.c index c8f4b2e..3f75658 100644 --- a/newlib/libm/fenv/feraiseexcept.c +++ b/newlib/libm/fenv/feraiseexcept.c @@ -43,7 +43,7 @@ SYNOPSIS DESCRIPTION This method attempts to raise the floating-point exceptions specified -in <[except]>. +in <[excepts]>. RETURNS If the <[excepts]> argument is zero or all requested exceptions were |