From ad31371d327fa083f770dfabec3ff6c0e7416023 Mon Sep 17 00:00:00 2001 From: strmfos <155266597+strmfos@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:02:41 +0100 Subject: [PATCH] fix: correct renounceRole RoleRevoked comment --- contracts/access/AccessControl.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/access/AccessControl.sol b/contracts/access/AccessControl.sol index 0c7ec6093dd..1cb93c7f88a 100644 --- a/contracts/access/AccessControl.sol +++ b/contracts/access/AccessControl.sol @@ -143,7 +143,7 @@ abstract contract AccessControl is Context, IAccessControl, ERC165 { * purpose is to provide a mechanism for accounts to lose their privileges * if they are compromised (such as when a trusted device is misplaced). * - * If the calling account had been revoked `role`, emits a {RoleRevoked} + * If the calling account had been granted `role`, emits a {RoleRevoked} * event. * * Requirements: