Typo
This commit is contained in:
parent
42eb5f56bc
commit
28c88ef8b8
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ build_table_summary(SlotIndex, _Level, FirstKey,
|
||||||
not_counted|non_neg_integer()}.
|
not_counted|non_neg_integer()}.
|
||||||
%% @doc
|
%% @doc
|
||||||
%% Read the table summary - format varies depending on file version (presence
|
%% Read the table summary - format varies depending on file version (presence
|
||||||
%5 of tomb count)
|
%% of tomb count)
|
||||||
read_table_summary(BinWithCheck, TombCount) ->
|
read_table_summary(BinWithCheck, TombCount) ->
|
||||||
<<SummCRC:32/integer, SummBin/binary>> = BinWithCheck,
|
<<SummCRC:32/integer, SummBin/binary>> = BinWithCheck,
|
||||||
CRCCheck = hmac(SummBin),
|
CRCCheck = hmac(SummBin),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue