summary refs log tree commit diff
path: root/sysdeps/x86/fpu/bits/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/fpu/bits/fenv.h')
-rw-r--r--sysdeps/x86/fpu/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/fpu/bits/fenv.h b/sysdeps/x86/fpu/bits/fenv.h
index e2fa21dc16..b9040cce90 100644
--- a/sysdeps/x86/fpu/bits/fenv.h
+++ b/sysdeps/x86/fpu/bits/fenv.h
@@ -115,7 +115,7 @@ __NTH (feraiseexcept (int __excepts))
     {
       if ((FE_INVALID & __excepts) != 0)
 	{
-	  /* One example of a invalid operation is 0.0 / 0.0.  */
+	  /* One example of an invalid operation is 0.0 / 0.0.  */
 	  float __f = 0.0;
 
 # ifdef __SSE_MATH__