Skip to content

Commit e73906c

Browse files
committed
chore: fix typo in comment
Signed-off-by: vetclippy <[email protected]>
1 parent dd52b4a commit e73906c

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)