From c31966284976bfb9f78deb85eb3c1850d085f466 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 3 May 2010 04:15:16 +0200 Subject: Correct comment --- src/rebar_erlc_compiler.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -> -- cgit v1.1