Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in | 2 +- mingw-w64-crt/lib-common/ucrtbase.def.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in b/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in index 9493e5711..77e403e65 100644 --- a/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in +++ b/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in @@ -333,7 +333,7 @@ nearbyintl F_X86_ANY(DATA) nextafter nextafterf nextafterl F_X86_ANY(DATA) -; All of the nexttoward functions take the second parameter as long doubke, +; All of the nexttoward functions take the second parameter as long double, ; making them unusable for x86. nexttoward F_X86_ANY(DATA) nexttowardf F_X86_ANY(DATA) diff --git a/mingw-w64-crt/lib-common/ucrtbase.def.in b/mingw-w64-crt/lib-common/ucrtbase.def.in index 99c8ad766..dba92850f 100644 --- a/mingw-w64-crt/lib-common/ucrtbase.def.in +++ b/mingw-w64-crt/lib-common/ucrtbase.def.in @@ -2462,7 +2462,7 @@ nearbyintl F_X86_ANY(DATA) nextafter nextafterf nextafterl F_X86_ANY(DATA) -; All of the nexttoward functions take the second parameter as long doubke, +; All of the nexttoward functions take the second parameter as long double, ; making them unusable for x86. nexttoward F_X86_ANY(DATA) nexttowardf F_X86_ANY(DATA) -- 2.34.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
