Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 075b4b5

Browse files
committed
Typo in comment
1 parent 080b907 commit 075b4b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

program/src/processor/shared/transfer.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ pub fn process_transfer(
8787
}
8888
}
8989

90-
// Comparing whether the `AccountInfo`s "point" to the same acount - this
91-
// is a faster comparison since it just checks the internal raw pointer.
90+
// Comparing whether the AccountInfo's "point" to the same account or
91+
// not - this is a faster comparison since it just checks the internal
92+
// raw pointer.
9293
let self_transfer = source_account_info == destination_account_info;
9394

9495
// Validates the authority (delegate or owner).

0 commit comments

Comments
 (0)