Skip to content

Commit

Permalink
Correct equivelent in two more places
Browse files Browse the repository at this point in the history
This follows dab4006

and ends the misspelling distribution-wide

remained in two Windows-related files
  • Loading branch information
rwp0 authored and demerphq committed Feb 22, 2023
1 parent dab4006 commit db08a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win32/GNUmakefile
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile
Expand Up @@ -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"
Expand Down

0 comments on commit db08a4e

Please sign in to comment.