Skip to content

Commit

Permalink
changed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Armstrong committed Feb 29, 2012
1 parent 30d4d62 commit 9c1add1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion erl2.erl
Expand Up @@ -32,6 +32,8 @@ batch([A]) ->
run0(F),
init:stop().

%% ho ho

run0(F) ->
put(current_module, shell),
put(defining_modules, []),
Expand Down Expand Up @@ -175,7 +177,7 @@ make_mods() ->
io:format("make mods NYI~n").

clone(Old, New) ->
%5 Update the list of defining modules
%% Update the list of defining modules
Mods = get(defining_modules),
Mods = lists:delete(New, Mods), %% so it doesn't get their twice
Mods1 = [New|Mods],
Expand Down

0 comments on commit 9c1add1

Please sign in to comment.