]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spelling mistake "suports" -> "supports"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 14 Apr 2025 13:11:52 +0000 (10:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Apr 2025 13:11:52 +0000 (10:11 -0300)
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>
math/test-fesetexcept-traps.c
math/test-fexcept-traps.c

index bfd5517374ac82a2d7336d1eb6a98ca0cabd14b1..441cb9d0f002cd40e2fc37a1dda1c2294f2fccc7 100644 (file)
@@ -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);
index 67e8fc12bf7ee1b9fbf7fdb0c102dc96951923f3..f832705746cbd9b4d959e3c528c730d02e174200 100644 (file)
@@ -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);