skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit f09ad31e00c22086863b95d3b6cb8eeadfdcdef7
parent e235eac7e00a3f52299273f734723dbc9fbaee70
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun, 15 Jul 2018 17:33:40 +0000

 Doc typo fix

Diffstat:
Mdoc/libstddjb/bitarray.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libstddjb/bitarray.html b/doc/libstddjb/bitarray.html @@ -143,7 +143,7 @@ programming error if <em>skip</em> &gt; <em>len</em>. </p> <p> -<code> size_t bitarray_countones (unsigned char const *c, size_t len) </code> <br /> +<code> size_t bitarray_countones (unsigned char const *s, size_t len) </code> <br /> Returns the number of set bits in <em>s</em>, <em>len</em> being the total number of bits being tested. </p>