summaryrefslogtreecommitdiff
path: root/win32/Makefile
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/Makefile
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/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
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"