Skip to content

Commit 31be5d4

Browse files
authored
core: fix typo in iterator.go (#23502)
strorage -> storage
1 parent f85cf72 commit 31be5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/iterator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ func (it *diskStorageIterator) Hash() common.Hash {
385385
return common.BytesToHash(it.it.Key()) // The prefix will be truncated
386386
}
387387

388-
// Slot returns the raw strorage slot content the iterator is currently at.
388+
// Slot returns the raw storage slot content the iterator is currently at.
389389
func (it *diskStorageIterator) Slot() []byte {
390390
return it.it.Value()
391391
}

0 commit comments

Comments
 (0)