From: Bruno Haible Date: Thu, 21 Jan 2016 15:55:34 +0000 (-0800) Subject: hash-pjw-bare: fix comment X-Git-Tag: v1.0~6834 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d53122d01b92c615b5bcf1e440d55b44d64f5570;p=gnulib.git hash-pjw-bare: fix comment * lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment. --- diff --git a/ChangeLog b/ChangeLog index f008301254..181f70950a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-01-21 Bruno Haible + hash-pjw-bare: fix comment + * lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment. + wcwidth: Replace also on OpenBSD 5.8 * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check the value of wcwidth(0xFF1A). * doc/posix-functions/wcwidth.texi: Update. diff --git a/lib/hash-pjw-bare.h b/lib/hash-pjw-bare.h index c370c12e99..f8717bf809 100644 --- a/lib/hash-pjw-bare.h +++ b/lib/hash-pjw-bare.h @@ -20,5 +20,5 @@ and return the hash code. Note that unlike hash_pjw(), it does not return it modulo a table size. The result is platform dependent: it depends on the size of the 'size_t' - type and on the signedness of the 'char' type. */ + type. */ extern size_t hash_pjw_bare (const void *x, size_t n) _GL_ATTRIBUTE_PURE;