aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c047160a0f..1f92c7ef0c 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -49,7 +49,7 @@
increase priority when needed.
* internals.h: Add prototype for __pthread_manager_adjust_prio.
* mutex.c: Optimize mutexes to wake up only one thread.
- * pthread.c: Move PID of manager fro global variable in structure
+ * pthread.c: Move PID of manager for global variable in structure
element.
Patches by Xavier Leroy.