From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CC1F220248 for ; Sun, 14 Apr 2019 23:57:31 +0000 (UTC) Received: from localhost ([127.0.0.1]:42268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFp03-0000Cp-UJ for normalperson@yhbt.net; Sun, 14 Apr 2019 19:57:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFozz-0000CY-Jr for bug-gnulib@gnu.org; Sun, 14 Apr 2019 19:57:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFozy-0001iA-Ic for bug-gnulib@gnu.org; Sun, 14 Apr 2019 19:57:23 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:43488) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hFozy-0001hb-CE for bug-gnulib@gnu.org; Sun, 14 Apr 2019 19:57:22 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 3D62E1616C4 for ; Sun, 14 Apr 2019 16:57:21 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ptxKh6rOs0Uv; Sun, 14 Apr 2019 16:57:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 727791616D6; Sun, 14 Apr 2019 16:57:20 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id O-91KBYRXFGq; Sun, 14 Apr 2019 16:57:20 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 517191616AA; Sun, 14 Apr 2019 16:57:20 -0700 (PDT) From: Paul Eggert To: bug-gnulib@gnu.org Subject: [PATCH] * lib/str-two-way.h: Fix comment typo. Date: Sun, 14 Apr 2019 16:57:13 -0700 Message-Id: <20190414235713.27355-1-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" --- 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 + + * lib/str-two-way.h: Fix comment typo. + 2019-04-13 Bruno Haible =20 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 @@ =20 /* 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]. --=20 2.20.1