Skip to content

Commit

Permalink
fixed a typo in KnownState.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Saw-mon-and-Natalie authored and nikola-matic committed Aug 22, 2023
1 parent c703b5c commit 9ae42aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libevmasm/KnownState.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class KnownState

/// Resets any knowledge about storage.
void resetStorage() { m_storageContent.clear(); }
/// Resets any knowledge about storage.
/// Resets any knowledge about memory.
void resetMemory() { m_memoryContent.clear(); }
/// Resets known Keccak-256 hashes
void resetKnownKeccak256Hashes() { m_knownKeccak256Hashes.clear(); }
Expand Down

0 comments on commit 9ae42aa

Please sign in to comment.