mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
fix typo
"accomodate" should be "accommodate" Reviewed-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>
This commit is contained in:
committed by
Paul Zimmermann
parent
a23c28ec0d
commit
5295172e20
@ -1477,7 +1477,7 @@ checked_request2size (size_t req, size_t *sz) __nonnull (1)
|
|||||||
chunksize (p) - CHUNK_HDR_SZ : \
|
chunksize (p) - CHUNK_HDR_SZ : \
|
||||||
chunksize (p) - CHUNK_HDR_SZ + (chunk_is_mmapped (p) ? 0 : SIZE_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.
|
size, this is wasteful for small allocations so not done by default.
|
||||||
Both the chunk header and user data has to be granule aligned. */
|
Both the chunk header and user data has to be granule aligned. */
|
||||||
_Static_assert (__MTAG_GRANULE_SIZE <= CHUNK_HDR_SZ,
|
_Static_assert (__MTAG_GRANULE_SIZE <= CHUNK_HDR_SZ,
|
||||||
|
@ -374,7 +374,7 @@ outside @*x lists ("Misplaced @standardsx"). "Spurious @standardsx"
|
|||||||
refers to otherwise valid @standardsx macros that were not matched to
|
refers to otherwise valid @standardsx macros that were not matched to
|
||||||
an element in an @*x list. "Invalid syntax" means just that.
|
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.
|
multiple header and standards annotations, as necessary.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
Reference in New Issue
Block a user