From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 07 Oct 2020 00:02:41 -0000 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