fix: typo in comments

fix minimal typo in comment
This commit is contained in:
Colin Ogoo 2021-10-18 20:36:15 +01:00 committed by Trent Nelson
parent 3b48fa09d3
commit 0a5e952485
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ pub fn process_instruction(
accounts: &[AccountInfo],
_instruction_data: &[u8],
) -> ProgramResult {
// Create in iterator to safety reference accounts in the slice
// Create an iterator to safely reference accounts in the slice
let account_info_iter = &mut accounts.iter();
// As part of the program specification the first account is the source