From faed200babada921c8369e8df5347aee1dc3d5ee Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 14 Apr 2019 16:56:41 -0700 Subject: [PATCH] * lib/str-two-way.h: Fix comment typo. --- ChangeLog | 4 ++++ lib/str-two-way.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10a2a3d817..398c33968c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-04-14 Paul Eggert + + * lib/str-two-way.h: Fix comment typo. + 2019-04-13 Bruno Haible x-to-1: Restore ability to use original calling convention. diff --git a/lib/str-two-way.h b/lib/str-two-way.h index c5f0e60cb6..307168d29d 100644 --- a/lib/str-two-way.h +++ b/lib/str-two-way.h @@ -18,7 +18,7 @@ /* Before including this file, you need to include and , 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]. -- 2.39.5