Skip to content

Commit

Permalink
Update DESIGN.md, fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zchen24 authored and geky committed Dec 21, 2023
1 parent 10bcff1 commit 99b84ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ log₂_n_ pointers that skip to different preceding elements of the
skip-list.

The name comes from heavy use of the [CTZ instruction][wikipedia-ctz], which
lets us calculate the power-of-two factors efficiently. For a give block _n_,
lets us calculate the power-of-two factors efficiently. For a given block _n_,
that block contains ctz(_n_)+1 pointers.

```
Expand Down

0 comments on commit 99b84ee

Please sign in to comment.