Skip to content

Commit

Permalink
Merge pull request #96 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ferd authored Sep 17, 2021
2 parents a1736a8 + 4fe3f68 commit 59758c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/recon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ node_stats_list(N, Interval) ->
%%
%% Absolutes are values that keep changing with time, and are useful to know
%% about as a datapoint: process count, size of the run queue, error_logger
%% queue length in versions before OTP-21 or those thar run it explicitely,
%% queue length in versions before OTP-21 or those thar run it explicitly,
%% and the memory of the node (total, processes, atoms, binaries,
%% and ets tables).
%%
Expand Down
2 changes: 1 addition & 1 deletion src/recon_alloc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ snapshot_get() ->
get(recon_alloc_snapshot).

%% @doc save the current snapshot taken by {@link snapshot/0} to a file.
%% If there is no current snapshot, a snaphot of the current allocator
%% If there is no current snapshot, a snapshot of the current allocator
%% statistics will be written to the file.
-spec snapshot_save(Filename) -> ok when
Filename :: file:name().
Expand Down

0 comments on commit 59758c0

Please sign in to comment.