mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-18 14:30:43 +08:00
Fix spelling mistake "suports" -> "supports"
There are spelling mistakes in assert messages. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
a1805753ac
commit
1d7834cac3
@ -48,7 +48,7 @@ do_test (void)
|
||||
|
||||
_Static_assert (!(EXCEPTION_SET_FORCES_TRAP && !EXCEPTION_TESTS(float)),
|
||||
"EXCEPTION_SET_FORCES_TRAP only makes sense if the "
|
||||
"architecture suports exceptions");
|
||||
"architecture supports exceptions");
|
||||
{
|
||||
int exc_before = fegetexcept ();
|
||||
ret = fesetexcept (FE_ALL_EXCEPT);
|
||||
|
@ -72,7 +72,7 @@ do_test (void)
|
||||
|
||||
_Static_assert (!(EXCEPTION_SET_FORCES_TRAP && !EXCEPTION_TESTS(float)),
|
||||
"EXCEPTION_SET_FORCES_TRAP only makes sense if the "
|
||||
"architecture suports exceptions");
|
||||
"architecture supports exceptions");
|
||||
{
|
||||
int exc_before = fegetexcept ();
|
||||
ret = fesetexceptflag (&saved, FE_ALL_EXCEPT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user