aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 15:23:51 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 00:12:10 +0200
commitdfbbdaab2744e55c0efc42cd4b1b7542a65b33f1 (patch)
tree480ecb6b252e78b323e9476a8a4682725ba98845 /erts/emulator
parent044a09a57b2fe383062b35b6697c7406f8e8b4b6 (diff)
downloadotp-dfbbdaab2744e55c0efc42cd4b1b7542a65b33f1.tar.gz
otp-dfbbdaab2744e55c0efc42cd4b1b7542a65b33f1.tar.bz2
otp-dfbbdaab2744e55c0efc42cd4b1b7542a65b33f1.zip
Fix misspelling of exceed
Diffstat (limited to 'erts/emulator')
-rw-r--r--erts/emulator/test/driver_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/driver_SUITE.erl b/erts/emulator/test/driver_SUITE.erl
index f6cf01ce16..a77ea4f3be 100644
--- a/erts/emulator/test/driver_SUITE.erl
+++ b/erts/emulator/test/driver_SUITE.erl
@@ -1590,7 +1590,7 @@ otp_6879(Config) when is_list(Config) ->
end
end,
Procs),
- %% Also try it when input exeeds default buffer (256 bytes)
+ %% Also try it when input exceeds default buffer (256 bytes)
?line Data = lists:seq(1, 1000),
?line case open_port({spawn, Drv}, []) of
Port when is_port(Port) ->