about summary refs log tree commit diff
path: root/sysdeps/htl/timer_routines.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/timer_routines.c')
-rw-r--r--sysdeps/htl/timer_routines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/timer_routines.c b/sysdeps/htl/timer_routines.c
index bfd4eabf43..bae0708f95 100644
--- a/sysdeps/htl/timer_routines.c
+++ b/sysdeps/htl/timer_routines.c
@@ -46,7 +46,7 @@ struct timer_node __timer_array[TIMER_MAX];
 /* Global lock to protect operation on the lists.  */
 pthread_mutex_t __timer_mutex = PTHREAD_MUTEX_INITIALIZER;
 
-/* Variable to protext initialization.  */
+/* Variable to protect initialization.  */
 pthread_once_t __timer_init_once_control = PTHREAD_ONCE_INIT;
 
 /* Nonzero if initialization of timer implementation failed.  */