Fix typo in merkletree

PiperOrigin-RevId: 335709552
This commit is contained in:
gVisor bot
2020-10-06 13:35:31 -07:00
parent 68e1dfa308
commit 3dc3fb2375
+1 -1
View File
@@ -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