mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo in merkletree
PiperOrigin-RevId: 335709552
This commit is contained in:
@@ -41,7 +41,7 @@ type Layout struct {
|
||||
blockSize int64
|
||||
// digestSize is the size of a generated hash.
|
||||
digestSize int64
|
||||
// levelOffset contains the offset of the begnning of each level in
|
||||
// levelOffset contains the offset of the beginning of each level in
|
||||
// bytes. The number of levels in the tree is the length of the slice.
|
||||
// The leaf nodes (level 0) contain hashes of blocks of the input data.
|
||||
// Each level N contains hashes of the blocks in level N-1. The highest
|
||||
|
||||
Reference in New Issue
Block a user