@@ -108,7 +108,7 @@ typedef enum Token_TokenInstruction_Tag {
108
108
*
109
109
* The `InitializeMint` instruction requires no signers and MUST be
110
110
* included within the same Transaction as the system program's
111
- * `CreateInstruction` that creates the account being initialized.
111
+ * `CreateAccount` instruction that creates the account being initialized.
112
112
* Otherwise another party can acquire ownership of the uninitialized
113
113
* account.
114
114
*
@@ -128,7 +128,7 @@ typedef enum Token_TokenInstruction_Tag {
128
128
*
129
129
* The `InitializeAccount` instruction requires no signers and MUST be
130
130
* included within the same Transaction as the system program's
131
- * `CreateInstruction` that creates the account being initialized.
131
+ * `CreateAccount` instruction that creates the account being initialized.
132
132
* Otherwise another party can acquire ownership of the uninitialized
133
133
* account.
134
134
*
@@ -150,7 +150,7 @@ typedef enum Token_TokenInstruction_Tag {
150
150
*
151
151
* The `InitializeMultisig` instruction requires no signers and MUST be
152
152
* included within the same Transaction as the system program's
153
- * `CreateInstruction` that creates the account being initialized.
153
+ * `CreateAccount` instruction that creates the account being initialized.
154
154
* Otherwise another party can acquire ownership of the uninitialized
155
155
* account.
156
156
*
@@ -226,7 +226,7 @@ typedef enum Token_TokenInstruction_Tag {
226
226
*
227
227
* * Multisignature authority
228
228
* 0. `[writable]` The mint or account to change the authority of.
229
- * 1. `[]` The mint's or account's multisignature authority.
229
+ * 1. `[]` The mint's or account's current multisignature authority.
230
230
* 2. ..2+M `[signer]` M signer accounts
231
231
*/
232
232
Token_TokenInstruction_SetAuthority,
0 commit comments