]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/m68k/fpu/feupdateenv.c
Fix misspellings in sysdeps/ -- BZ 25337
[thirdparty/glibc.git] / sysdeps / m68k / fpu / feupdateenv.c
index 4a399900bcb948ade8c1267df2df5e6c60af152e..ffa3401b9e9e16de5741fcc308d693183a04575a 100644 (file)
@@ -30,7 +30,7 @@ __feupdateenv (const fenv_t *envp)
   /* Install new environment.  */
   __fesetenv (envp);
 
-  /* Raise the saved exception.  Incidently for us the implementation
+  /* Raise the saved exception.  Incidentally for us the implementation
      defined format of the values in objects of type fexcept_t is the
      same as the ones specified using the FE_* constants.  */
   __feraiseexcept ((int) fpsr);