]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-stack4.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / nptl / tst-stack4.c
index 565eea4ebd0144dcde09e091ffe4f362a3062d67..a27cfacb9c36400c7f6d1b466a1e77b0a06bccbb 100644 (file)
@@ -1,4 +1,4 @@
-/* Test DTV size oveflow when pthread_create reuses old DTV and TLS is
+/* Test DTV size overflow when pthread_create reuses old DTV and TLS is
    used by dlopened shared object.
    Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
@@ -23,7 +23,7 @@
 #include <assert.h>
 #include <pthread.h>
 
-/* The choices of thread count, and file counts are arbitary.
+/* The choices of thread count, and file counts are arbitrary.
    The point is simply to run enough threads that an exiting
    thread has it's stack reused by another thread at the same
    time as new libraries have been loaded.  */