File 0123-erts-Fix-typo.patch of Package erlang
From b55b73c77495259c5e23707a86d42150e6af08ad Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 9 Nov 2021 20:45:52 +0100
Subject: [PATCH 3/8] erts: Fix typo
---
erts/emulator/internal_doc/beam_makeops.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/internal_doc/beam_makeops.md b/erts/emulator/internal_doc/beam_makeops.md
index b2ef0e8299..e1cb7c1d93 100644
--- a/erts/emulator/internal_doc/beam_makeops.md
+++ b/erts/emulator/internal_doc/beam_makeops.md
@@ -538,7 +538,7 @@ It is also possible to add an `%else` clause:
The following symbols are always defined.
* `ARCH_64` - is 1 for a 64-bit machine, and 0 otherwise.
-* `ARCH_32` - is 1 for 32-bit machine, and 1 otherwise.
+* `ARCH_32` - is 1 for 32-bit machine, and 0 otherwise.
The `Makefile` for building the emulator currently defines the
following symbols by using the `-D` option on the command line for
--
2.31.1