aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2014-04-21 00:11:22 +0200
committerRichard Carlsson <[email protected]>2014-12-21 22:18:27 +0100
commit7a8ef6a2c8c5b6cb07ca5b0b3dcde0e6dffcf730 (patch)
tree2f5d22dd69ddcce5059888f2e5422f61bc437079
parent783a9ff7515c45fe6ca91d55600c33c6727d4b61 (diff)
downloadotp-7a8ef6a2c8c5b6cb07ca5b0b3dcde0e6dffcf730.tar.gz
otp-7a8ef6a2c8c5b6cb07ca5b0b3dcde0e6dffcf730.tar.bz2
otp-7a8ef6a2c8c5b6cb07ca5b0b3dcde0e6dffcf730.zip
clean up a comment
-rw-r--r--lib/eunit/src/eunit_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/eunit_server.erl b/lib/eunit/src/eunit_server.erl
index 2002930abb..387976eba1 100644
--- a/lib/eunit/src/eunit_server.erl
+++ b/lib/eunit/src/eunit_server.erl
@@ -200,7 +200,7 @@ server_command(From, stop, St) ->
server(St#state{stopped = true});
server_command(From, {watch, Target, _Opts}, St) ->
%% the code watcher is only started on demand
- %% FIXME: this is disabled for now in the OTP distribution
+ %% TODO: this is disabled for now
%%code_monitor:monitor(self()),
%% TODO: propagate options to testing stage
St1 = add_watch(Target, St),