Skip to content

Commit

Permalink
Merge pull request #2296 from zhiqiangxu/fix_typo2
Browse files Browse the repository at this point in the history
chore: add a missing word
  • Loading branch information
nazar-pc authored Dec 7, 2023
2 parents 7004b4b + d83d6a7 commit 33a403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-farmer-components/src/sector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ fn record_has_s_bucket_chunk(
} else if num_encoded_record_chunks == Record::NUM_CHUNKS {
None
} else {
// Count how many encoded chunks we before current offset
// Count how many encoded chunks we have before current offset
let encoded_before = record_bitfields[..s_bucket].count_ones();
let unencoded_before = s_bucket - encoded_before;
// And how many unencoded we have total and how many before current offset
Expand Down

0 comments on commit 33a403b

Please sign in to comment.