Fix typo in system_instruction.rs (#21539)
Uninitalized -> Uninitialized
This commit is contained in:
parent
b2d9bff18c
commit
1f13fd64bd
|
@ -218,7 +218,7 @@ pub enum SystemInstruction {
|
|||
/// account balance above the rent exempt reserve or at zero.
|
||||
WithdrawNonceAccount(u64),
|
||||
|
||||
/// Drive state of Uninitalized nonce account to Initialized, setting the nonce value
|
||||
/// Drive state of Uninitialized nonce account to Initialized, setting the nonce value
|
||||
///
|
||||
/// # Account references
|
||||
/// 0. `[WRITE]` Nonce account
|
||||
|
|
Loading…
Reference in New Issue