mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
fix comment typo
This commit is contained in:
parent
9b69740fa1
commit
0d79645c2d
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ store_erlcinfo(G, Config, _Modified) ->
|
|||
Data = term_to_binary(#erlcinfo{info={Vs, Es}}, [{compressed, 9}]),
|
||||
file:write_file(File, Data).
|
||||
|
||||
%% NOTE: If, for example, one of the entries in Files, refers to
|
||||
%% NOTE: If, for example, one of the entries in Files refers to
|
||||
%% gen_server.erl, that entry will be dropped. It is dropped because
|
||||
%% such an entry usually refers to the beam file, and we don't pass a
|
||||
%% list of OTP src dirs for finding gen_server.erl's full path. Also,
|
||||
|
|
Loading…
Reference in a new issue