File 1329-erts-Fix-typo-in-erts_alloc-docs.patch of Package erlang
From e8ec729c5c5182554821a6af604ed64af55418c1 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Mon, 18 Aug 2025 17:52:58 +0200
Subject: [PATCH 1/3] erts: Fix typo in erts_alloc docs
---
erts/doc/references/erts_alloc.md | 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 f518381cdd..c4d95b244b 100644
--- a/erts/doc/src/erts_alloc.xml
+++ b/erts/doc/src/erts_alloc.xml
@@ -614,7 +614,7 @@
Besides passing carrier pool name as value to the parameter,
you can also pass <c>:</c>. By passing <c>:</c> instead of carrier
pool name, the allocator will use the carrier pool associated
- with itself. By passing the command line argument "<c>+Mucg :</c>",
+ with itself. By passing the command line argument "<c>+Mucp :</c>",
all allocators that have an associated carrier pool will use the
carrier pool associated with themselves.
</p>
--
2.51.0