]> Savannah Git Hosting - gnulib.git/commitdiff
hash-pjw-bare: fix comment
authorBruno Haible <bruno@clisp.org>
Thu, 21 Jan 2016 15:55:34 +0000 (07:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Jan 2016 15:57:00 +0000 (07:57 -0800)
* lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment.

ChangeLog
lib/hash-pjw-bare.h

index f0083012543f75a355b6dc3d26913dadfd90e396..181f70950a125634a029a68ad8d749b59065b536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c370c12e993473110d2345a63d46404d3122a54d..f8717bf8093aaa4bedcc72f76efeb76f67508524 100644 (file)
@@ -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;