From 860402a94cb9d03b9e0cd66ed89d641ee4a9f021 Mon Sep 17 00:00:00 2001 From: emilio Date: Mon, 2 Nov 2020 09:17:48 +0100 Subject: [PATCH] updated comment --- contracts/tokenization/AToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokenization/AToken.sol b/contracts/tokenization/AToken.sol index 0454f908..a6c1f00b 100644 --- a/contracts/tokenization/AToken.sol +++ b/contracts/tokenization/AToken.sol @@ -13,7 +13,7 @@ import {SafeERC20} from '../dependencies/openzeppelin/contracts/SafeERC20.sol'; /** * @title Aave ERC20 AToken * - * @dev Implementation of the interest bearing token for the DLP protocol. + * @dev Implementation of the interest bearing token for the Aave protocol. * @author Aave */ contract AToken is VersionedInitializable, IncentivizedERC20, IAToken {