about summary refs log tree commit diff
path: root/nptl/tst-tsd4.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-tsd4.c')
-rw-r--r--nptl/tst-tsd4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-tsd4.c b/nptl/tst-tsd4.c
index f832f4bc17..2ae577a642 100644
--- a/nptl/tst-tsd4.c
+++ b/nptl/tst-tsd4.c
@@ -33,7 +33,7 @@ destr (void *arg)
 {
   ++rounds;
 
-  /* Use an arbirary but valid pointer to avoid GCC warnings.  */
+  /* Use an arbitrary but valid pointer to avoid GCC warnings.  */
   if (pthread_setspecific (key, (void *) &rounds) != 0)
     {
       puts ("destr: setspecific failed");
@@ -45,7 +45,7 @@ destr (void *arg)
 static void *
 tf (void *arg)
 {
-  /* Use an arbirary but valid pointer to avoid GCC warnings.  */
+  /* Use an arbitrary but valid pointer to avoid GCC warnings.  */
   if (pthread_setspecific (key, (void *) &rounds) != 0)
     {
       puts ("tf: setspecific failed");