Skip to content

Conversation

jpdoyle
Copy link
Contributor

@jpdoyle jpdoyle commented Jan 2, 2020

lfs_npw2 returns a value v such that 2^v >= a and 2^(v-1) < a, but
the previous comment incorrectly describes it as "less than or equal to
a".

`lfs_npw2` returns a value v such that `2^v >= a` and `2^(v-1) < a`, but
the previous comment incorrectly describes it as "less than or equal to
a".
@geky
Copy link
Member

geky commented Jan 27, 2020

Hi @jpdoyle, sorry about the delay. Thanks for pointing this out, I will merge this in for the next release.

The rewritten description is also much more understandable 👍

@geky geky merged commit 02881e5 into littlefs-project:master Mar 31, 2020
@geky
Copy link
Member

geky commented Apr 1, 2020

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants