Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Balestrat committed Dec 3, 2018
1 parent 3fd0c46 commit f26f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/FeePool.sol
Expand Up @@ -516,7 +516,7 @@ contract FeePool is Proxyable, SelfDestructible {
if (initialDebtOwnership == 0) return result;

// Go through our fee periods and figure out what we owe them.
// The [0] fee period does is not yet ready to claim, but it is a fee period that they can have
// The [0] fee period is not yet ready to claim, but it is a fee period that they can have
// fees owing for, so we need to report on it anyway.
for (uint8 i = 0; i < FEE_PERIOD_LENGTH; i++) {
// Were they a part of this period in its entirety?
Expand Down

0 comments on commit f26f1e5

Please sign in to comment.