diff options
author | Henrik Nord <[email protected]> | 2015-11-11 15:56:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-11-11 15:56:50 +0100 |
commit | f6fb97c9ea7b67e0d14bd830469ae758b7d44200 (patch) | |
tree | f618f700cb0b845764aed02159cf4fb546d39987 | |
parent | 4b6e653e7628c04a6616075c0c5396cbf12952c1 (diff) | |
parent | 575b67139d8b1c6dee64b5ee239e3e7b5402959b (diff) | |
download | otp-f6fb97c9ea7b67e0d14bd830469ae758b7d44200.tar.gz otp-f6fb97c9ea7b67e0d14bd830469ae758b7d44200.tar.bz2 otp-f6fb97c9ea7b67e0d14bd830469ae758b7d44200.zip |
Merge branch 'gomoripeti/tracedoc_fix' into maint
* gomoripeti/tracedoc_fix:
Fix typo in trace gc_start doc
OTP-13094
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 94f9cd3148..c37ed3bea5 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -8227,7 +8227,7 @@ timestamp() -> <tag><c>bin_old_vheap_size</c></tag> <item>The total size of unique off-heap binaries referenced from the process old heap.</item> - <tag><c>bin_vheap_block_size</c></tag> + <tag><c>bin_old_vheap_block_size</c></tag> <item>The total size of binaries allowed in the virtual old heap in the process before doing a garbage collection.</item> </taglist> |