summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-02-22 00:21:26 +0400
committerYves Orton <demerphq@gmail.com>2023-02-22 09:32:13 +0100
commitdb08a4ed89072d8064cfac0ffc7b9f6cc7497a5d (patch)
treee46051ffc1899eb61bb6c324b2341ce9a4939d86 /win32
parentdab4006c92d70a54e7909d0e670b71bfd3fb8221 (diff)
downloadperl-db08a4ed89072d8064cfac0ffc7b9f6cc7497a5d.tar.gz
Correct equivelent in two more places
This follows dab4006c92d70a54e7909d0e670b71bfd3fb8221 and ends the misspelling distribution-wide remained in two Windows-related files
Diffstat (limited to 'win32')
-rw-r--r--win32/GNUmakefile2
-rw-r--r--win32/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index 5922a6a70e..d1ef77edec 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 2aedcc897f..ac3839bb6b 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"