From db08a4ed89072d8064cfac0ffc7b9f6cc7497a5d Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Wed, 22 Feb 2023 00:21:26 +0400 Subject: [PATCH] Correct equivelent in two more places This follows dab4006c92d70a54e7909d0e670b71bfd3fb8221 and ends the misspelling distribution-wide remained in two Windows-related files --- win32/GNUmakefile | 2 +- win32/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 5922a6a70e7a..d1ef77edec8f 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -744,7 +744,7 @@ endif endif # Avoid __intel_new_proc_init link error for libircmt. -# libmmd is /MD equivelent, other variants exist. +# libmmd is /MD equivalent, other variants exist. # libmmd is Intel C's math addon funcs to MS CRT, contains long doubles, C99, # and optimized C89 funcs ifeq ($(__ICC),define) diff --git a/win32/Makefile b/win32/Makefile index 2aedcc897fbc..ac3839bb6b66 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -504,7 +504,7 @@ LIBBASEFILES = $(LIBBASEFILES) msvcrt.lib vcruntime.lib !ENDIF # Avoid __intel_new_proc_init link error for libircmt. -# libmmd is /MD equivelent, other variants exist. +# libmmd is /MD equivalent, other variants exist. # libmmd is Intel C's math addon funcs to MS CRT, contains long doubles, C99, # and optimized C89 funcs !IF "$(__ICC)" == "define"