1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Fix a few more typos I missed in previous round -- BZ 25337

This commit is contained in:
Paul Pluzhnikov
2023-06-02 03:40:12 +00:00
parent 7f0d9e61f4
commit 2cbeda847b
12 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ worker (void *data)
/* Allocate an arbitrary amount of memory that is known to fit into
the thread local cache (tcache). If we have at least 64 bins
(default e.g. TCACHE_MAX_BINS) we should be able to allocate 32
bytes and force malloc to fill the tcache. We are assuming tcahce
bytes and force malloc to fill the tcache. We are assuming tcache
init happens at the first small alloc, but it might in the future
be deferred to some other point. Therefore to future proof this
test we include a full alloc/free/alloc cycle for the thread. We