Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1254af2

Browse files
committed
token: C binding comment typos
1 parent aebc693 commit 1254af2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

token/program/inc/token.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ typedef enum Token_TokenInstruction_Tag {
108108
*
109109
* The `InitializeMint` instruction requires no signers and MUST be
110110
* 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.
112112
* Otherwise another party can acquire ownership of the uninitialized
113113
* account.
114114
*
@@ -128,7 +128,7 @@ typedef enum Token_TokenInstruction_Tag {
128128
*
129129
* The `InitializeAccount` instruction requires no signers and MUST be
130130
* 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.
132132
* Otherwise another party can acquire ownership of the uninitialized
133133
* account.
134134
*
@@ -150,7 +150,7 @@ typedef enum Token_TokenInstruction_Tag {
150150
*
151151
* The `InitializeMultisig` instruction requires no signers and MUST be
152152
* 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.
154154
* Otherwise another party can acquire ownership of the uninitialized
155155
* account.
156156
*
@@ -226,7 +226,7 @@ typedef enum Token_TokenInstruction_Tag {
226226
*
227227
* * Multisignature authority
228228
* 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.
230230
* 2. ..2+M `[signer]` M signer accounts
231231
*/
232232
Token_TokenInstruction_SetAuthority,

0 commit comments

Comments
 (0)