Skip to content

Commit

Permalink
Merge pull request #24 from ttsugriy/master-1
Browse files Browse the repository at this point in the history
Fix comment typos.
  • Loading branch information
jbapple authored Aug 9, 2023
2 parents b3d8ee2 + d33f37d commit 4ebeaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/filter/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ struct PcgRandom {
}
};

// Given non-zero x and y, consider eash as a sequence of up to 15 [sic] bits. The length
// Given non-zero x and y, consider each as a sequence of up to 15 [sic] bits. The length
// of the sequence is encoded in the lower order bits. specifically, if the lowest n bits
// are zero and the next higher bit is one, then the sequence encoded has length15 - n. It
// are zero and the next higher bit is one, then the sequence encoded has length 15 - n. It
// is stored in the high-order bits of the uint16_t. Examples, using 8 bits:
//
// 01010101 is the sequence 0101010
Expand Down

0 comments on commit 4ebeaef

Please sign in to comment.