public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Fix typo
@ 2024-01-30 21:30 Andreas K. Huttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Huttel @ 2024-01-30 21:30 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=feeb7297549f89d1654b76ccdb6f5fd544c1ef11

commit feeb7297549f89d1654b76ccdb6f5fd544c1ef11
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Tue Jan 30 22:18:42 2024 +0100

    Fix typo
    
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

Diff:
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 199f079f27..7b983c8644 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Major new features:
   linker will rewrite indirect branches in PLT with direct branches.
 
 * Sync with Linux kernel 6.6 shadow stack interface.  The --enable-cet
-  configure option in only supported on x86-64.
+  configure option is only supported on x86-64.
 
 * struct statvfs now has an f_type member, equal to the f_type statfs member;
   on the Hurd this was always available under a reserved name,

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc] fix typo
@ 2021-06-02 10:17 Paul Zimmermann
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Zimmermann @ 2021-06-02 10:17 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5295172e20330d2147b0580770c69a1bad32828d

commit 5295172e20330d2147b0580770c69a1bad32828d
Author: Xeonacid <Xeonacid@protonmail.com>
Date:   Wed Jun 2 10:12:48 2021 +0000

    fix typo
    
    "accomodate" should be "accommodate"
    Reviewed-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>

Diff:
---
 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:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-30 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 21:30 [glibc] Fix typo Andreas K. Huttel
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02 10:17 [glibc] fix typo Paul Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).