diff options
author | Sverker Eriksson <[email protected]> | 2016-05-10 16:12:59 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-10 16:12:59 +0200 |
commit | 725ffcf9a638d8b15295f0a3709f2e786663c987 (patch) | |
tree | ad37e7a4a56b70d39b05bb5ec9f09d3809b333ca /erts/doc/src | |
parent | c93da5e4fb98f92b9693586dda2ce1bf2d05ade1 (diff) | |
download | otp-725ffcf9a638d8b15295f0a3709f2e786663c987.tar.gz otp-725ffcf9a638d8b15295f0a3709f2e786663c987.tar.bz2 otp-725ffcf9a638d8b15295f0a3709f2e786663c987.zip |
erts: Fix doc typo in erts_alloc
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index 70775b9f0f..9aef1c0b1f 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -583,7 +583,7 @@ </taglist> <p>The following flag is special for <c>exec_alloc</c>:</p> <taglist> - <tag><marker id="MIscs"/><c><![CDATA[+MXscs <size in MB>]]></c></tag> + <tag><marker id="MXscs"/><c><![CDATA[+MXscs <size in MB>]]></c></tag> <item> <c>exec_alloc</c> super carrier size (in MB). The amount of <em>virtual</em> address space reserved for native executable code |