fix a typo (#24070)

This commit is contained in:
HaoranYi
2022-04-01 17:16:51 -05:00
committed by GitHub
parent 0b5ed87220
commit 0b7d0476c8

View File

@ -59,7 +59,7 @@ typedef struct {
* sol_invoke_signed * sol_invoke_signed
*/ */
typedef struct { typedef struct {
const SolSignerSeed *addr; /** An arry of a signer's seeds */ const SolSignerSeed *addr; /** An array of a signer's seeds */
uint64_t len; /** Number of seeds */ uint64_t len; /** Number of seeds */
} SolSignerSeeds; } SolSignerSeeds;