File 0137-Fix-typo-in-erts_alloc.patch of Package erlang
From ab0e2bf3909251021016a6a875471f6dbab058bb Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 13 Apr 2021 12:19:25 +0200
Subject: [PATCH] Fix typo in erts_alloc
The flag is "+M<S>cp" as in Carrier Pool (not cg).
---
erts/doc/src/erts_alloc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml
index cd2c8a883f..9a265fb1ef 100644
--- a/erts/doc/src/erts_alloc.xml
+++ b/erts/doc/src/erts_alloc.xml
@@ -560,7 +560,7 @@
<c>driver_alloc</c>, and <c>false</c> for the other allocator
types.</p>
</item>
- <tag><marker id="M_cp"/><c><![CDATA[+M<S>cg B|D|E|F|H||L|R|S|@|:]]></c></tag>
+ <tag><marker id="M_cp"/><c><![CDATA[+M<S>cp B|D|E|F|H||L|R|S|@|:]]></c></tag>
<item>
<p>
Set carrier pool to use for the allocator. Memory carriers will
--
2.26.2