This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
[PATCH 3/4] fenv: Fix typo-ed variable name in documentation
- From: Jon Turney <jon dot turney at dronecode dot org dot uk>
- To: newlib at sourceware dot org
- Cc: Jon Turney <jon dot turney at dronecode dot org dot uk>
- Date: Mon, 12 Aug 2019 19:30:36 +0100
- Subject: [PATCH 3/4] fenv: Fix typo-ed variable name in documentation
- References: <20190812183037.55230-1-jon.turney@dronecode.org.uk>
---
newlib/libm/fenv/feraiseexcept.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/newlib/libm/fenv/feraiseexcept.c b/newlib/libm/fenv/feraiseexcept.c
index c8f4b2efb..3f756589c 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
--
2.21.0