summaryrefslogtreecommitdiff
path: root/erts/emulator/test/ddll_SUITE.erl
diff options
context:
space:
mode:
authorAndrew Dryga <andrew@dryga.com>2017-02-14 11:30:41 +0200
committerAndrew Dryga <andrew@dryga.com>2017-02-14 11:31:29 +0200
commit7c06ca6231b812965305522284dd9f2653ced98d (patch)
tree938476941b4275cdeef2e7824d9596ccdd47bee4 /erts/emulator/test/ddll_SUITE.erl
parentf3624a5a6357f2ebbdaad8785ea0f259bedd64bc (diff)
downloaderlang-7c06ca6231b812965305522284dd9f2653ced98d.tar.gz
Fixed typos in erts
Diffstat (limited to 'erts/emulator/test/ddll_SUITE.erl')
-rw-r--r--erts/emulator/test/ddll_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/ddll_SUITE.erl b/erts/emulator/test/ddll_SUITE.erl
index 93b6f2d956..e7e518f82b 100644
--- a/erts/emulator/test/ddll_SUITE.erl
+++ b/erts/emulator/test/ddll_SUITE.erl
@@ -805,7 +805,7 @@ reference_count(Config) when is_list(Config) ->
Pid1 ! {self(), die},
test_server:sleep(200), % Give time to unload.
- % Verify that the driver was automaticly unloaded when the
+ % Verify that the driver was automatically unloaded when the
% process died.
{error, not_loaded}=erl_ddll:unload_driver(echo_drv),
ok.