summaryrefslogtreecommitdiff
path: root/win32/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'win32/GNUmakefile')
-rw-r--r--win32/GNUmakefile2
1 files changed, 1 insertions, 1 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)