diff --git a/core/state/snapshot/iterator.go b/core/state/snapshot/iterator.go
index 1d9340bbada623f8edca4aedadca18393c337000..c1a196c7ff8508a05d1de6a52da77c7ad5a083af 100644
--- a/core/state/snapshot/iterator.go
+++ b/core/state/snapshot/iterator.go
@@ -385,7 +385,7 @@ func (it *diskStorageIterator) Hash() common.Hash {
 	return common.BytesToHash(it.it.Key()) // The prefix will be truncated
 }
 
-// Slot returns the raw strorage slot content the iterator is currently at.
+// Slot returns the raw storage slot content the iterator is currently at.
 func (it *diskStorageIterator) Slot() []byte {
 	return it.it.Value()
 }