]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/str-two-way.h: Fix comment typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Apr 2019 23:56:41 +0000 (16:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Apr 2019 23:56:41 +0000 (16:56 -0700)
ChangeLog
lib/str-two-way.h

index 10a2a3d8178aa1fa95e241fc9a5d2353dfa90cf7..398c33968cd980dce471e6b42fd94bf02536754e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/str-two-way.h: Fix comment typo.
+
 2019-04-13  Bruno Haible  <bruno@clisp.org>
 
        x-to-1: Restore ability to use original calling convention.
index c5f0e60cb64056c39cdd1297789410a3946937d1..307168d29d26e486687c2161263e3839488e409a 100644 (file)
@@ -18,7 +18,7 @@
 
 /* Before including this file, you need to include <config.h> and
    <string.h>, and define:
-     RESULT_TYPE             A macro that expands to the return type.
+     RETURN_TYPE             A macro that expands to the return type.
      AVAILABLE(h, h_l, j, n_l)
                              A macro that returns nonzero if there are
                              at least N_L bytes left starting at H[J].