From patchwork Wed Jun 2 10:12:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xeonacid X-Patchwork-Id: 43657 X-Patchwork-Delegate: Paul.Zimmermann@inria.fr Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C560A3886C56 for ; Wed, 2 Jun 2021 10:13:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C560A3886C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1622628816; bh=AiDxSxvSpL45diwFkuyAjRbK5ZDqnt7yxvdLRb1S+KE=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=s2t7AGsGpoEfDupPT7jqewhxYp0qlowt5XVoiaKrXOV8LH1MPY89FohuJHixqh6jO qsJyqw5iDQuQMBo6Oy7UKvHvY6CXlCsw6vc7uM2rs9NmTWRLYqxxYn88Iahat2+CBx D5f/5xfDjKtTUY1y2JWVYnfAFuYV3QS/KT9ZxM8M= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-40132.protonmail.ch (mail-40132.protonmail.ch [185.70.40.132]) by sourceware.org (Postfix) with ESMTPS id EAB0D3833019 for ; Wed, 2 Jun 2021 10:12:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EAB0D3833019 Date: Wed, 02 Jun 2021 10:12:48 +0000 To: "libc-alpha@sourceware.org" Subject: [PATCH] fix typo Message-ID: MIME-Version: 1.0 X-Spam-Status: No, score=-14.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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-Patchwork-Original-From: Xeonacid via Libc-alpha From: Xeonacid Reply-To: Xeonacid Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" "accomodate" should be "accommodate" Reviewed-by: Paul Zimmermann --- malloc/malloc.c | 2 +- manual/summary.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.31.1 diff --git a/malloc/malloc.c b/malloc/malloc.c index e2d7b1b583..0e2e1747e0 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1477,7 +1477,7 @@ checked_request2size (size_t req, size_t *sz) __nonnull (1) chunksize (p) - CHUNK_HDR_SZ : \ chunksize (p) - CHUNK_HDR_SZ + (chunk_is_mmapped (p) ? 0 : SIZE_SZ)) -/* If memory tagging is enabled the layout changes to accomodate the granule +/* If memory tagging is enabled the layout changes to accommodate the granule size, this is wasteful for small allocations so not done by default. Both the chunk header and user data has to be granule aligned. */ _Static_assert (__MTAG_GRANULE_SIZE <= CHUNK_HDR_SZ, diff --git a/manual/summary.pl b/manual/summary.pl index 4319c56415..ab0801b045 100755 --- a/manual/summary.pl +++ b/manual/summary.pl @@ -374,7 +374,7 @@ outside @*x lists ("Misplaced @standardsx"). "Spurious @standardsx" refers to otherwise valid @standardsx macros that were not matched to an element in an @*x list. "Invalid syntax" means just that. -The syntax of @standards annotations is designed to accomodate +The syntax of @standards annotations is designed to accommodate multiple header and standards annotations, as necessary. Examples: