summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-05-03 04:15:16 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-05-03 04:15:16 +0200
commitc31966284976bfb9f78deb85eb3c1850d085f466 (patch)
tree960d823a48e4b6359f05ff47fc865bbc7df719a6
parent56b801b2c9d91aa341695a24ac71f11c4efb7a69 (diff)
Correct comment
-rw-r--r--src/rebar_erlc_compiler.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl
index 805c145..8cdaf75 100644
--- a/src/rebar_erlc_compiler.erl
+++ b/src/rebar_erlc_compiler.erl
@@ -316,8 +316,8 @@ compile_priority(File) ->
end.
%%
-%% Filter a list of env vars such that only those which match the provided
-%% architecture regex (or do not have a regex) are returned.
+%% Filter a list of erl_opts platform_define options such that only
+%% those which match the provided architecture regex are returned.
%%
-spec filter_defines(ErlOpts::list(),Acc::list()) -> list().
filter_defines([], Acc) ->