diff --git a/contracts/libraries/logic/ReserveLogic.sol b/contracts/libraries/logic/ReserveLogic.sol index 63cc0dd60..96cdbc40d 100644 --- a/contracts/libraries/logic/ReserveLogic.sol +++ b/contracts/libraries/logic/ReserveLogic.sol @@ -76,7 +76,7 @@ library ReserveLogic { /** * @dev returns the ongoing normalized income for the reserve. * a value of 1e27 means there is no income. As time passes, the income is accrued. - * A value of 2*1e27 means for each unit of assset two units of income have been accrued. + * A value of 2*1e27 means for each unit of asset one unit of income has been accrued. * @param reserve the reserve object * @return the normalized income. expressed in ray **/