diff --git a/src/account/AccountStorage.sol b/src/account/AccountStorage.sol index 3d87cbd5..18b37cb9 100644 --- a/src/account/AccountStorage.sol +++ b/src/account/AccountStorage.sol @@ -33,7 +33,7 @@ struct ValidationStorage { ValidationFlags validationFlags; // The validation hooks for this validation function. HookConfig[] validationHooks; - // Execution hooks associated with this module entity, to be run when this validation is used. + // Execution hooks associated with this entity, to be run when this validation is used. EnumerableSet.Bytes32Set executionHooks; // The set of selectors that may be validated by this validation function. EnumerableSet.Bytes32Set selectors;