summary refs log tree commit diff
path: root/nptl/tst-rwlock20.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-rwlock20.c')
-rw-r--r--nptl/tst-rwlock20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock20.c b/nptl/tst-rwlock20.c
index 0904d4b658..0ea18fc428 100644
--- a/nptl/tst-rwlock20.c
+++ b/nptl/tst-rwlock20.c
@@ -26,7 +26,7 @@
 #include <atomic.h>
 #include <support/xthread.h>
 
-/* We realy want to set threads to 2 to reproduce this issue. The goal
+/* We really want to set threads to 2 to reproduce this issue. The goal
    is to have one primary writer and a single reader, and to hit the
    bug that happens in the interleaving of those two phase transitions.
    However, on most hardware, adding a second writer seems to help the