Skip to content

Commit 2d53d1d

Browse files
committed
comment typo
1 parent 53ca972 commit 2d53d1d

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
@@ -997,7 +997,7 @@ fn test_no_use_dealloc() {
997997

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

0 commit comments

Comments
 (0)