aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-02-05 17:02:49 +0100
committerMicael Karlberg <[email protected]>2019-02-22 19:45:51 +0100
commita217c7185727cd69da5f780ac63b68b46bc1d9b4 (patch)
tree086baf04ab855e92a0fee727e1579685dce1e23a /erts/emulator/Makefile.in
parent31dd6cbfc080a205e146027c183e42fd68f40d4b (diff)
downloadotp-a217c7185727cd69da5f780ac63b68b46bc1d9b4.tar.gz
otp-a217c7185727cd69da5f780ac63b68b46bc1d9b4.tar.bz2
otp-a217c7185727cd69da5f780ac63b68b46bc1d9b4.zip
[socket-nif] Rename 'nosup' -> 'notsup'
as called in crypto.erl and erlang.erl.
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 64e4f2f4e4..3e9cfc990a 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -839,7 +839,7 @@ EMU_OBJS = \
ifneq ($(TARGET), win32)
# These are *currently* only needed for non-win32,
# since the nif-functions for socket and net are basically
-# stubbed with nosup in the win32 case.
+# stubbed with notsup in the win32 case.
ESOCK_RUN_OBJS = \
$(OBJDIR)/socket_dbg.o \
$(OBJDIR)/socket_tarray.o \