[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] * lib/str-two-way.h: Fix comment typo.
From: |
Paul Eggert |
Subject: |
[PATCH] * lib/str-two-way.h: Fix comment typo. |
Date: |
Sun, 14 Apr 2019 16:57:13 -0700 |
---
ChangeLog | 4 ++++
lib/str-two-way.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 10a2a3d81..398c33968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-14 Paul Eggert <address@hidden>
+
+ * lib/str-two-way.h: Fix comment typo.
+
2019-04-13 Bruno Haible <address@hidden>
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 c5f0e60cb..307168d29 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 <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].
--
2.20.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] * lib/str-two-way.h: Fix comment typo.,
Paul Eggert <=