Skip to content

Commit 74a7b51

Browse files
authored
chore: fix typo in comment (#240)
Signed-off-by: vetclippy <[email protected]>
1 parent 92a5b37 commit 74a7b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/account_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ impl AccountInfo {
492492
/// in the `process_instruction` entrypoint of a program.
493493
#[inline]
494494
pub fn resize(&self, new_len: usize) -> Result<(), ProgramError> {
495-
// Check wheather the account data is already borrowed.
495+
// Check whether the account data is already borrowed.
496496
self.can_borrow_mut_data()?;
497497

498498
// SAFETY:

0 commit comments

Comments
 (0)