runtime: fix typo occured -> occurred (#27891)

This commit is contained in:
Ian Macalinao 2022-09-17 22:58:09 -05:00 committed by GitHub
parent c1c93adf67
commit 0e19b22e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ impl ExpectedRentCollection {
}
RentResult::LeaveAloneNoRent => {
// rent_epoch is not updated for this condition
// But, a rewrite WOULD HAVE occured at the expected slot.
// But, a rewrite WOULD HAVE occurred at the expected slot.
// So, fall through with same rent_epoch, but we will have already calculated 'expected_rent_collection_slot_max_epoch'
current_rent_epoch
}