aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/ets_SUITE.erl
diff options
context:
space:
mode:
authorDimitris Zorbas <[email protected]>2017-11-06 18:15:03 +0000
committerDimitris Zorbas <[email protected]>2017-11-06 18:16:26 +0000
commit62c4d11b9090535a86fc577509b1690003168547 (patch)
tree774a5ebf5e148247b369f8c60e037a7aa779c863 /lib/stdlib/test/ets_SUITE.erl
parentc4885e555f5c87bf52b78a7a89ddaf4767eb081b (diff)
downloadotp-62c4d11b9090535a86fc577509b1690003168547.tar.gz
otp-62c4d11b9090535a86fc577509b1690003168547.tar.bz2
otp-62c4d11b9090535a86fc577509b1690003168547.zip
Fix typo in test/ets_SUITE.erl
Diffstat (limited to 'lib/stdlib/test/ets_SUITE.erl')
-rw-r--r--lib/stdlib/test/ets_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/ets_SUITE.erl b/lib/stdlib/test/ets_SUITE.erl
index 5a5e282998..f329a07b7a 100644
--- a/lib/stdlib/test/ets_SUITE.erl
+++ b/lib/stdlib/test/ets_SUITE.erl
@@ -1682,7 +1682,7 @@ do_random_test() ->
ets:delete(Set),
verify_etsmem(EtsMem).
-%% Ttest various variants of update_element.
+%% Test various variants of update_element.
update_element(Config) when is_list(Config) ->
EtsMem = etsmem(),
repeat_for_opts(fun update_element_opts/1),