From patchwork Wed Jun 2 08:49:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xeonacid X-Patchwork-Id: 43652 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 58FFE39551CC for ; Wed, 2 Jun 2021 08:50:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58FFE39551CC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1622623829; bh=2Y16fLCX0b0Go8ow4tFUITeeeKpk2JaDJVNyWITMyvo=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=PYsM2ab8yhuexYZ9D2K66GPdpCDhgcPIXYE/tv4BpugnkytdGCTlswk06DH7efL13 I7+2jcbJOWfc8QoDQztmNUq9d00n5itHqZOynksxXO/LT6HNqYKbUP3YggWjGKEYkP wY6y/s5lQAe+kooB47ZEtfNsKhgeXPNrMNEpAV6M= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-yb1-xb35.google.com (mail-yb1-xb35.google.com [IPv6:2607:f8b0:4864:20::b35]) by sourceware.org (Postfix) with ESMTPS id A1A8B383D02C for ; Wed, 2 Jun 2021 08:49:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1A8B383D02C Received: by mail-yb1-xb35.google.com with SMTP id z38so2791832ybh.5 for ; Wed, 02 Jun 2021 01:49:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=2Y16fLCX0b0Go8ow4tFUITeeeKpk2JaDJVNyWITMyvo=; b=LHJZM/gnu/dOJtkLoEX+gsumyKcTEFapDBYXsDWjh7M8h5yUn1xYP2d9p4z838VoSk wrRczARdBebqLUfCbgfnuc6aLDDWhiQsJUUqQ5RWrrqeiUR2e5TXpiP8OvGjg5xBAzEt y3WUJ7+QmPqpJQhb4Uqg3NXRHnGClCkDLzMzEOrnTGCc3h5/80JsA52uN+dvOS3a8U3/ /vVPcPh4o3iyI/QGMXkut3O0tAi2SUMfFw2Zp/sFOmw5qFvXBnc9EqtGpUzO2Lp4pYfX IKQqpgD+j06/KH+9Ihjq5CkkO93Gl17zGK6JMqT3mSvekf5HhQmktI2sOSuUMHuxZRRC HoCg== X-Gm-Message-State: AOAM532+r0yW/QQ++6cRrkJm+cXpCAifyAe7Bv7enOp4qPsYqErCsra4 +o9OtAg3NMOL26tvPApQuG3EqhiVthVNEGC7lOK5yzmFdFikWw== X-Google-Smtp-Source: ABdhPJwE79uKl+T38ac775re4NleBjVuE8oCHoYuDGETcrNDrVsy06sA2T7Bhxr7prvS5O5kbfMMmew3LwS4NixNSmY= X-Received: by 2002:a25:b44d:: with SMTP id c13mr43510021ybg.86.1622623797060; Wed, 02 Jun 2021 01:49:57 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 2 Jun 2021 16:49:46 +0800 Message-ID: Subject: [PATCH] fix typo To: libc-alpha@sourceware.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FROM_LOCAL_NOVOWEL, GIT_PATCH_0, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, 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" From bc2c8640eff6cd9a192080a50739d105b77d2d79 Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Tue, 1 Jun 2021 14:18:47 +0800 Subject: [PATCH] fix typo To: libc-alpha@sourceware.org Cc: Paul.Zimmermann@inria.fr "accomodate" should be "accommodate" Reviewed-by: Paul Zimmermann --- malloc/malloc.c | 2 +- manual/summary.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) From bc2c8640eff6cd9a192080a50739d105b77d2d79 Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Tue, 1 Jun 2021 14:18:47 +0800 Subject: [PATCH] fix typo To: libc-alpha@sourceware.org Cc: Paul.Zimmermann@inria.fr "accomodate" should be "accommodate" --- malloc/malloc.c | 2 +- manual/summary.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.31.1