Skip to content

Commit 1cd062a

Browse files
Merge pull request #16010 from zeroprooff/develop
docs: remove consecutive duplicate words
2 parents 8125657 + a7ac67c commit 1cd062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EVMHost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ evmc::Result EVMHost::call(evmc_message const& _message) noexcept
399399
transfer(sender, destination, value);
400400
}
401401

402-
// Populate the access access list (enabled since Berlin).
402+
// Populate the access list (enabled since Berlin).
403403
// Note, this will also properly touch the created address.
404404
// TODO: support a user supplied access list too
405405
if (m_evmRevision >= EVMC_BERLIN)

0 commit comments

Comments
 (0)