From: Xeonacid Date: Wed, 2 Jun 2021 10:12:48 +0000 (+0000) Subject: fix typo X-Git-Tag: glibc-2.34~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5295172e20330d2147b0580770c69a1bad32828d;p=thirdparty%2Fglibc.git fix typo "accomodate" should be "accommodate" Reviewed-by: Paul Zimmermann --- diff --git a/malloc/malloc.c b/malloc/malloc.c index e2d7b1b5839..0e2e1747e02 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 4319c56415e..ab0801b0457 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: