changeset 37904:f7581cd5fee2

hash-pjw-bare: fix comment * lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment.
author Bruno Haible <bruno@clisp.org>
date Thu, 21 Jan 2016 07:55:34 -0800
parents 2793eb7b9c3c
children 79d9682ed841
files ChangeLog lib/hash-pjw-bare.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 21 11:32:20 2016 +0100
+++ b/ChangeLog	Thu Jan 21 07:55:34 2016 -0800
@@ -1,5 +1,8 @@
 2016-01-21  Bruno Haible  <bruno@clisp.org>
 
+	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.
--- a/lib/hash-pjw-bare.h	Thu Jan 21 11:32:20 2016 +0100
+++ b/lib/hash-pjw-bare.h	Thu Jan 21 07:55:34 2016 -0800
@@ -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;