summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-07-15 17:33:40 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-07-15 17:33:40 +0000
commitf09ad31e00c22086863b95d3b6cb8eeadfdcdef7 (patch)
treeb1aa1df7070500df557a70bdd39c112ab3811ecf /doc
parente235eac7e00a3f52299273f734723dbc9fbaee70 (diff)
downloadskalibs-f09ad31e00c22086863b95d3b6cb8eeadfdcdef7.tar.xz
Doc typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/bitarray.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/bitarray.html b/doc/libstddjb/bitarray.html
index fd47a95..9f3bb76 100644
--- 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>