aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 75988060fd..8cea63ee43 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1379,7 +1379,7 @@ Init_vm_trace(void)
typedef struct rb_postponed_job_struct {
unsigned long flags; /* reserve */
- rb_thread_t *th; /* created therad, reserve */
+ rb_thread_t *th; /* created thread, reserve */
rb_postponed_job_func_t func;
void *data;
struct rb_postponed_job_struct *next;