diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-12 00:39:30 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-12 00:39:30 +0200 |
commit | 1948eb4a47c1aa61aebbd046aa951f103a1f8644 (patch) | |
tree | 869d2c132079eaff9ddad803b1333fef59af7e29 /src | |
parent | 94958d05d58e7e6502e9b99f96d4904a54e0e9ed (diff) |
Re-word comment
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_erlc_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index 130e993..6f7e3a3 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -29,7 +29,7 @@ -export([compile/2, clean/2]). -%% internal use only by rebar_eunit +%% for internal use by only eunit -export([doterl_compile/2, doterl_compile/3]). |