]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/tgmath.h
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / math / tgmath.h
index 0bcfb7ca856218cc121df21394b146cb6be1f9de..ca90c5b4da50a7e6ca700a1d0419d3e28b17a595 100644 (file)
 #define nexttoward(Val1, Val2) \
      __TGMATH_BINARY_FIRST_REAL_STD_ONLY (Val1, Val2, nexttoward)
 
-/* Return the remainder of integer divison X / Y with infinite precision.  */
+/* Return the remainder of integer division X / Y with infinite precision.  */
 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder)
 
 /* Return X times (2 to the Nth power).  */