aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 15:29:42 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 00:12:10 +0200
commit65c9f41425a1c5e09338de08ed41cd1704f8a920 (patch)
treedf9d5f69f69ee1c4e1f38a4f931132c90cf6db27 /erts
parentdfbbdaab2744e55c0efc42cd4b1b7542a65b33f1 (diff)
downloadotp-65c9f41425a1c5e09338de08ed41cd1704f8a920.tar.gz
otp-65c9f41425a1c5e09338de08ed41cd1704f8a920.tar.bz2
otp-65c9f41425a1c5e09338de08ed41cd1704f8a920.zip
Fix misspelling of accommodate
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/test/distribution_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl
index 4bebae51cc..e4af5c00a6 100644
--- a/erts/emulator/test/distribution_SUITE.erl
+++ b/erts/emulator/test/distribution_SUITE.erl
@@ -173,7 +173,7 @@ bulk_sendsend(Terms, BinSize) ->
Ratio = if MonitorCount2 == 0 -> MonitorCount1 / 1.0;
true -> MonitorCount1 / MonitorCount2
end,
- %% A somewhat arbitrary ratio, but hopefully one that will accomodate
+ %% A somewhat arbitrary ratio, but hopefully one that will accommodate
%% a wide range of CPU speeds.
true = (Ratio > 8.0),
{comment,