From d53122d01b92c615b5bcf1e440d55b44d64f5570 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 21 Jan 2016 07:55:34 -0800 Subject: [PATCH] hash-pjw-bare: fix comment * lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment. --- ChangeLog | 3 +++ lib/hash-pjw-bare.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5