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-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BACA81F4B4 for ; Wed, 7 Oct 2020 00:02:42 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DDE3C386EC51; Wed, 7 Oct 2020 00:02:41 +0000 (GMT) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by sourceware.org (Postfix) with ESMTPS id 15C613858D35 for ; Wed, 7 Oct 2020 00:02:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 15C613858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=panix.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=zackw@panix.com Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4C5ZKC552sz1c7Q for ; Tue, 6 Oct 2020 20:02:39 -0400 (EDT) Received: by mail-ej1-f47.google.com with SMTP id p15so378511ejm.7 for ; Tue, 06 Oct 2020 17:02:39 -0700 (PDT) X-Gm-Message-State: AOAM533VRNCF01JGMgiyrTWPdrosLSOYnjkRWWDIrJ9tiUqiZSDb+u+d neWrj7I2gaB2IT5U2nKwi7vCtE/nqxMNfMwlPOc= X-Google-Smtp-Source: ABdhPJzrE3ataIhPu2//3xiShyopza3qo0MZkUBRJXg2/I1ylEPFRb3j48neddeJdjaPP9gqp6AIaHR4PkMSZaiFOGo= X-Received: by 2002:a17:906:b146:: with SMTP id bt6mr525723ejb.287.1602028958717; Tue, 06 Oct 2020 17:02:38 -0700 (PDT) MIME-Version: 1.0 References: <32cdbe5b-a7be-75ad-6b53-734bb2337126@jguk.org> In-Reply-To: <32cdbe5b-a7be-75ad-6b53-734bb2337126@jguk.org> From: Zack Weinberg Date: Tue, 6 Oct 2020 20:02:27 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: rt: Fix grammar in To: Jonny Grant Content-Type: text/plain; charset="UTF-8" X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: GNU C Library Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Tue, Oct 6, 2020 at 6:42 PM Jonny Grant wrote: > Two comments have words in not the right order, please find attached a patch to fix it. This patch looks fine to me. Note that in StdAmEng as I know it, "this works only with" is not *wrong*, but "this only works with" is more idiomatic, so, I agree with both changes. zw