We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd52b4a commit e73906cCopy full SHA for e73906c
sdk/pinocchio/src/account_info.rs
@@ -492,7 +492,7 @@ impl AccountInfo {
492
/// in the `process_instruction` entrypoint of a program.
493
#[inline]
494
pub fn resize(&self, new_len: usize) -> Result<(), ProgramError> {
495
- // Check wheather the account data is already borrowed.
+ // Check whether the account data is already borrowed.
496
self.can_borrow_mut_data()?;
497
498
// SAFETY:
0 commit comments