File 1130-fix-typo.patch of Package erlang
From 3ee3781caf2f46cc04d2c9cdbef43d45964d5cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Saint-Sevin?= <1122934+seb3s@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:35:40 +0100 Subject: [PATCH] fix typo --- erts/emulator/beam/erl_term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/emulator/beam/erl_term.h b/erts/emulator/beam/erl_term.h index 34a5debeb5..13ab10c6a5 100644 --- a/erts/emulator/beam/erl_term.h +++ b/erts/emulator/beam/erl_term.h @@ -361,7 +361,7 @@ _ET_DECLARE_CHECKED(Uint,thing_subtag,Eterm) * To help find code which makes unwarranted assumptions about zero, * we now use a non-zero bit-pattern in debug mode. * - * In order to be able to differentiata against values, the non-value + * In order to be able to differentiate against values, the non-value * needs to be tagged as a header of some sort. */ #if ET_DEBUG -- 2.51.0