Skip to content

Commit 4f1629f

Browse files
committed
comment typo
1 parent 59839ec commit 4f1629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/tests/interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ fn test_epoch_rewards_period() {
955955

956956
// the original stake interface passed in sysvars and stake config
957957
// we no longer retrieve these via account info in any instruction processors
958-
// since instruction builder still provide them, we test the program does not require them
958+
// since instruction builders still provide them, we test the program does not require them
959959
// NOTE this function and test can be deleted after the instruction builders are updated
960960
#[allow(deprecated)]
961961
fn is_stake_program_sysvar_or_config(pubkey: Pubkey) -> bool {

0 commit comments

Comments
 (0)