summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
authorpaul <paul>2005-04-22 00:57:03 +0000
committerpaul <paul>2005-04-22 00:57:03 +0000
commit17fc128d6422d3c6045ff671973911c17db39276 (patch)
tree9adb150b7215d04151c293d5177b96037468efd9 /lib/thread.h
parent1d2c893b61211761a17bb2e51345a2eaed12cf1f (diff)
- fix comment
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h
index 8f683c8b..ae3f5509 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -92,7 +92,7 @@ struct cpu_thread_history {
#define THREAD_EXECUTE 7
/* Thread yield time. */
-#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 100ms */
+#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 10ms */
/* Macros. */
#define THREAD_ARG(X) ((X)->arg)