fix comment typo

This commit is contained in:
Fred Hebert 2015-03-29 13:47:30 -04:00
parent 9b69740fa1
commit 0d79645c2d

View file

@ -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,