X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats_process.erl;h=c014ed32a28f9942976f7bdcc7f297369c07a114;hb=eb6b9342c34b63de7e57493e0cc682e97046fcca;hp=3f2c9a41a7c971b84fffa71e34e283777b90bc1a;hpb=7dbc59b67d2cebe0e498ac4fd167cbaabed0e55b;p=beam_stats.git diff --git a/src/beam_stats_process.erl b/src/beam_stats_process.erl index 3f2c9a4..c014ed3 100644 --- a/src/beam_stats_process.erl +++ b/src/beam_stats_process.erl @@ -79,9 +79,9 @@ print( { pid = Pid , registered_name = RegisteredNameOpt , ancestry = #beam_stats_process_ancestry - { raw_initial_call = InitialCallRaw - , otp_initial_call = InitialCallOTPOpt - , otp_ancestors = AncestorsOpt + { raw_initial_call = InitialCallRaw + , otp_initial_call = InitialCallOTPOpt + , otp_ancestors = AncestorsOpt } , status = Status , memory = Memory @@ -150,7 +150,7 @@ pid_info_opt(Pid, Key) -> %% ============================================================================ %% Process code origin approximation or naming the anonymous processes. %% -%% At runtime, given a PID, how precicely can we identify the origin of the +%% At runtime, given a PID, how precisely can we identify the origin of the %% code it is running? %% %% We have these data points: