summaryrefslogtreecommitdiff
path: root/libpthread/sysdeps/viengoos/pt-spin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-spin.c')
-rw-r--r--libpthread/sysdeps/viengoos/pt-spin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-spin.c b/libpthread/sysdeps/viengoos/pt-spin.c
index 6d6df7e..bc8622b 100644
--- a/libpthread/sysdeps/viengoos/pt-spin.c
+++ b/libpthread/sysdeps/viengoos/pt-spin.c
@@ -48,7 +48,7 @@ _pthread_spin_lock (__pthread_spinlock_t *lock)
l4_time_t timeout;
timeout = l4_time_period (2);
#else
-# warning Don't know how to sleep on this platform.
+# warning Do not know how to sleep on this platform.
#endif
while (1)