summaryrefslogtreecommitdiff
path: root/erts/test/erl_print_SUITE.erl
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-11-29 09:47:20 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-11-29 09:47:20 +0800
commit2e6c85e8889a857ffb0923eec62bc53bb67bb863 (patch)
tree2e30f486ec6f7fbb9b374d65925f1bb31acbf754 /erts/test/erl_print_SUITE.erl
parent210ef4f5c9202a86438e9e9c8b4c902713abf9f1 (diff)
downloaderlang-2e6c85e8889a857ffb0923eec62bc53bb67bb863.tar.gz
Fix typos in erts/test
Diffstat (limited to 'erts/test/erl_print_SUITE.erl')
-rw-r--r--erts/test/erl_print_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/erl_print_SUITE.erl b/erts/test/erl_print_SUITE.erl
index 544d1a8dcb..100697be94 100644
--- a/erts/test/erl_print_SUITE.erl
+++ b/erts/test/erl_print_SUITE.erl
@@ -123,7 +123,7 @@ erlang_display(Config) when is_list(Config) ->
chk_display(mk_ref_xstr({e@f, oth_cre(MyCre)}, [1,2,3])),
chk_display(mk_ref_xstr({e@f, oth_cre(oth_cre(MyCre))}, [1,2,3])),
- %% Compund terms
+ %% Compound terms
{Pid, PidStr} = mk_pid_xstr({x@y, oth_cre(MyCre)}, 4712, 41),
{Port, PortStr} = mk_port_xstr({x@y, oth_cre(MyCre)}, 4712),
{Ref, RefStr} = mk_ref_xstr({e@f, oth_cre(MyCre)}, [11,12,13]),