From c579453ff5ce58357679bb8c5a0f2e6c2d8aa977 Mon Sep 17 00:00:00 2001 From: stellrust Date: Mon, 21 Jul 2025 22:41:29 +0800 Subject: [PATCH] chore: remove redundant words in comment Signed-off-by: stellrust --- contracts/test/ACL.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/test/ACL.sol b/contracts/test/ACL.sol index 13b1fcdda..8494c381a 100644 --- a/contracts/test/ACL.sol +++ b/contracts/test/ACL.sol @@ -969,7 +969,7 @@ contract ACL is IACL, TimeHelpers, AragonApp, ACLHelpers { } /** - * @dev Revokes permission if allowed. This requires `msg.sender` to be the the permission manager + * @dev Revokes permission if allowed. This requires `msg.sender` to be the permission manager * @notice Revoke from `_entity` the ability to perform actions requiring `_role` on `_app` * @param _entity Address of the whitelisted entity to revoke access from * @param _app Address of the app in which the role will be revoked @@ -1280,7 +1280,7 @@ contract ACL is IACL, TimeHelpers, AragonApp, ACLHelpers { return r1 != r2; } - return r2; // both or and and depend on result of r2 after checks + return r2; // both or and depend on result of r2 after checks } function compare(