Skip to content

Commit 692af8d

Browse files
careworryripatel-fd
authored andcommitted
chore: remove redundant word in comment
Signed-off-by: careworry <[email protected]>
1 parent 753fa9d commit 692af8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/disco/shred/fd_fec_resolver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ int fd_fec_resolver_add_shred( fd_fec_resolver_t * resolver,
199199
fd_bmtree_node_t * out_merkle_root );
200200

201201

202-
/* fd_fec_resolver_done_contains returns 1 if the the FEC with signature
202+
/* fd_fec_resolver_done_contains returns 1 if the FEC with signature
203203
lives in the done_map, and thus means it has been completed. Returns
204204
0 otherwise. */
205205
int

src/flamenco/runtime/context/fd_exec_instr_ctx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fd_exec_instr_ctx_check_num_insn_accounts( fd_exec_instr_ctx_t const * ctx,
8383

8484
/* Mirrors Agave function solana_sdk::transaction_context::InstructionContext::find_index_of_instruction_account.
8585
86-
Returns the index of the the instruction account given the account pubkey
86+
Returns the index of the instruction account given the account pubkey
8787
or -1 if the account is not found.
8888
8989
https://github.com/anza-xyz/agave/blob/v2.1.14/sdk/src/transaction_context.rs#L524-L538 */

src/flamenco/runtime/fd_blockstore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ fd_blockstore_footprint( ulong shred_max, ulong block_max, ulong idx_max, ulong
530530
}
531531

532532
/* fd_blockstore_new formats a memory region with the appropriate
533-
alignment and footprint into a blockstore. shmem points in the the
533+
alignment and footprint into a blockstore. shmem points in the
534534
caller's address space of the memory region to format. Returns shmem
535535
on success (blockstore has ownership of the memory region) and NULL
536536
on failure (no changes, logs details). Caller is not joined on

src/util/alloc/fd_alloc_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
Specifically, we pick a "large" superblock size that will nest as
3535
tightly inside a block of a "huge" superblock when the huge
36-
superblock is divided into the minimum 8 blocks. Noting that the the
36+
superblock is divided into the minimum 8 blocks. Noting that the
3737
large superblock will have the same 19B overhead and the huge huge
3838
superblock has a 16B header, we have L=floor((H-16B)/8)-19B=65512B.
3939

0 commit comments

Comments
 (0)