Skip to content

Commit

Permalink
Fix a typo in recon_alloc.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jun 29, 2018
1 parent e0c3614 commit d726c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recon_alloc.erl
Expand Up @@ -335,7 +335,7 @@ average_block_sizes(Keyword) ->
%% larger than the `sbct', it gets sent to a single block carrier. When the
%% data is smaller than the `sbct', it gets placed into a multiblock carrier.
%%
%% mbcs are to be prefered to sbcs because they basically represent pre-
%% mbcs are to be preferred to sbcs because they basically represent pre-
%% allocated memory, whereas sbcs will map to one call to sys_alloc
%% or mseg_alloc, which is more expensive than redistributing
%% data that was obtained for multiblock carriers. Moreover, the VM is able to
Expand Down

0 comments on commit d726c4f

Please sign in to comment.